Html Css Color HEX #F02B32 Alizarin

📋 copy color: '#F02B32'

red 240 ◦ green 43 ◦ blue 50

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

Shades of Alizarin #F02B32

Tints of Alizarin #F02B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 72.07%
G = 12.91%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F02B32 (or 0xF02B32) is known color: Alizarin. HEX triplet: F0, 2B and 32. RGB value is (240,43,50). Sum of RGB (Red+Green+Blue) = 240+43+50=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B32 is #0FD4CD. Grayscale: #666666. Windows color (decimal): -1037518 or 3288048. OLE color: 3288048.

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

Color convert

RGB 240 43 50 -
CMYK 0 0.82 0.79 0.06
HSL 357.87º 0.87% 0.55% -
HSV(B) 357.87º 0.82% 0.94% -
XYZ 37.37 20.48 5 -
YUV 102.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 240 43 50 0 0.82 0.79 0.06 357.87 0.87 0.55
Hex F0 2B 32 0 52 4F 6 166 57 37
Octal 360 53 62 0 122 117 6 546 127 67
Binary 11110000 101011 110010 0 1010010 1001111 110 101100110 1010111 110111

Color Harmonies of #F02B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B32

Black with #F02B32

Text Example


Text Example

White with #F02B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B32; }

 p { color: rgb(240,43,50); }

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

background-color css

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

 a { background-color: rgb(240,43,50); }

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

border-color css

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

 span { border-color: rgb(240,43,50); }

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