Html Css Color HEX #F02542 Alizarin

📋 copy color: '#F02542'

red 240 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #F02542

Tints of Alizarin #F02542

RGB

 RED value IS 240 (94.14% from 255) = 69.97%

 GREEN value IS 37 (14.84% from 255) = 10.79%

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

R = 69.97%
G = 10.79%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F02542 (or 0xF02542) is known color: Alizarin. HEX triplet: F0, 25 and 42. RGB value is (240,37,66). Sum of RGB (Red+Green+Blue) = 240+37+66=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F02542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02542 is #0FDABD. Grayscale: #656565. Windows color (decimal): -1039038 or 4335088. OLE color: 4335088.

HSL color Cylindrical-coordinate representation of color #F02542: hue angle of 351.43º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02542 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 66 -
CMYK 0 0.85 0.72 0.06
HSL 351.43º 0.87% 0.54% -
HSV(B) 351.43º 0.85% 0.94% -
XYZ 37.58 20.24 7.08 -
YUV 101 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 240 37 66 0 0.85 0.72 0.06 351.43 0.87 0.54
Hex F0 25 42 0 55 48 6 15F 57 36
Octal 360 45 102 0 125 110 6 537 127 66
Binary 11110000 100101 1000010 0 1010101 1001000 110 101011111 1010111 110110

Color Harmonies of #F02542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02542

Black with #F02542

Text Example


Text Example

White with #F02542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02542; }

 p { color: rgb(240,37,66); }

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

background-color css

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

 a { background-color: rgb(240,37,66); }

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

border-color css

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

 span { border-color: rgb(240,37,66); }

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