Html Css Color HEX #F23768 Radical Red

📋 copy color: '#F23768'

red 242 ◦ green 55 ◦ blue 104

#F23768
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F23768

Tints of Radical Red #F23768

RGB

 RED value IS 242 (94.92% from 255) = 60.35%

 GREEN value IS 55 (21.88% from 255) = 13.72%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 60.35%
G = 13.72%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F23768 (or 0xF23768) is known color: Radical Red. HEX triplet: F2, 37 and 68. RGB value is (242,55,104). Sum of RGB (Red+Green+Blue) = 242+55+104=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F23768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23768 is #0DC897. Grayscale: #747474. Windows color (decimal): -903320 or 6830066. OLE color: 6830066.

HSL color Cylindrical-coordinate representation of color #F23768: hue angle of 344.28º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23768 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 104 -
CMYK 0 0.77 0.57 0.05
HSL 344.28º 0.88% 0.58% -
HSV(B) 344.28º 0.77% 0.95% -
XYZ 40.48 22.61 15.33 -
YUV 116.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 242 55 104 0 0.77 0.57 0.05 344.28 0.88 0.58
Hex F2 37 68 0 4D 39 5 158 58 3A
Octal 362 67 150 0 115 71 5 530 130 72
Binary 11110010 110111 1101000 0 1001101 111001 101 101011000 1011000 111010

Color Harmonies of #F23768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23768

Black with #F23768

Text Example


Text Example

White with #F23768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23768; }

 p { color: rgb(242,55,104); }

 H1.HeaderClassName
 {
   color: #F23768;
 }
 .AnyTagClassName
 {
   color: #F23768;
 }
</style>

background-color css

<style>
 a { background-color: #F23768; }

 a { background-color: rgb(242,55,104); }

 div.DivClassName
 {
   background-color: #F23768;
 }
 .BgClassName
 {
   background-color: #F23768;
 }
</style>

border-color css

<style>
 span { border-color: #F23768; }

 span { border-color: rgb(242,55,104); }

 td.TdClassName
 {
   border-color: #F23768;
 }
 .TagClassName
 {
   border-color: #F23768;
 }
</style>