Html Css Color HEX #F02632 Alizarin

📋 copy color: '#F02632'

red 240 ◦ green 38 ◦ blue 50

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

Shades of Alizarin #F02632

Tints of Alizarin #F02632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

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

R = 73.17%
G = 11.59%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F02632 (or 0xF02632) is known color: Alizarin. HEX triplet: F0, 26 and 32. RGB value is (240,38,50). Sum of RGB (Red+Green+Blue) = 240+38+50=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F02632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02632 is #0FD9CD. Grayscale: #636363. Windows color (decimal): -1038798 or 3286768. OLE color: 3286768.

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

Color convert

RGB 240 38 50 -
CMYK 0 0.84 0.79 0.06
HSL 356.44º 0.87% 0.55% -
HSV(B) 356.44º 0.84% 0.94% -
XYZ 37.2 20.14 4.94 -
YUV 99.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 240 38 50 0 0.84 0.79 0.06 356.44 0.87 0.55
Hex F0 26 32 0 54 4F 6 164 57 37
Octal 360 46 62 0 124 117 6 544 127 67
Binary 11110000 100110 110010 0 1010100 1001111 110 101100100 1010111 110111

Color Harmonies of #F02632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02632

Black with #F02632

Text Example


Text Example

White with #F02632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02632; }

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

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

background-color css

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

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

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

border-color css

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

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

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