Html Css Color HEX #F02833 Alizarin

📋 copy color: '#F02833'

red 240 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #F02833

Tints of Alizarin #F02833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 51 (20.31% from 255) = 15.41%

R = 72.51%
G = 12.08%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F02833 (or 0xF02833) is known color: Alizarin. HEX triplet: F0, 28 and 33. RGB value is (240,40,51). Sum of RGB (Red+Green+Blue) = 240+40+51=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F02833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02833 is #0FD7CC. Grayscale: #656565. Windows color (decimal): -1038285 or 3352816. OLE color: 3352816.

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

Color convert

RGB 240 40 51 -
CMYK 0 0.83 0.79 0.06
HSL 356.7º 0.87% 0.55% -
HSV(B) 356.7º 0.83% 0.94% -
XYZ 37.29 20.28 5.08 -
YUV 101.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 240 40 51 0 0.83 0.79 0.06 356.7 0.87 0.55
Hex F0 28 33 0 53 4F 6 165 57 37
Octal 360 50 63 0 123 117 6 545 127 67
Binary 11110000 101000 110011 0 1010011 1001111 110 101100101 1010111 110111

Color Harmonies of #F02833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02833

Black with #F02833

Text Example


Text Example

White with #F02833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02833; }

 p { color: rgb(240,40,51); }

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

background-color css

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

 a { background-color: rgb(240,40,51); }

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

border-color css

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

 span { border-color: rgb(240,40,51); }

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