Html Css Color HEX #F23042 Alizarin

📋 copy color: '#F23042'

red 242 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #F23042

Tints of Alizarin #F23042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.48%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 67.98%
G = 13.48%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23042 (or 0xF23042) is known color: Alizarin. HEX triplet: F2, 30 and 42. RGB value is (242,48,66). Sum of RGB (Red+Green+Blue) = 242+48+66=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F23042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23042 is #0DCFBD. Grayscale: #6C6C6C. Windows color (decimal): -905150 or 4337906. OLE color: 4337906.

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

Color convert

RGB 242 48 66 -
CMYK 0 0.80 0.73 0.05
HSL 354.43º 0.88% 0.57% -
HSV(B) 354.43º 0.8% 0.95% -
XYZ 38.66 21.38 7.24 -
YUV 108.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 242 48 66 0 0.80 0.73 0.05 354.43 0.88 0.57
Hex F2 30 42 0 50 49 5 162 58 39
Octal 362 60 102 0 120 111 5 542 130 71
Binary 11110010 110000 1000010 0 1010000 1001001 101 101100010 1011000 111001

Color Harmonies of #F23042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23042

Black with #F23042

Text Example


Text Example

White with #F23042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23042; }

 p { color: rgb(242,48,66); }

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

background-color css

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

 a { background-color: rgb(242,48,66); }

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

border-color css

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

 span { border-color: rgb(242,48,66); }

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