Html Css Color HEX #F03239 Alizarin

📋 copy color: '#F03239'

red 240 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #F03239

Tints of Alizarin #F03239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 69.16%
G = 14.41%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F03239 (or 0xF03239) is known color: Alizarin. HEX triplet: F0, 32 and 39. RGB value is (240,50,57). Sum of RGB (Red+Green+Blue) = 240+50+57=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F03239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03239 is #0FCDC6. Grayscale: #6B6B6B. Windows color (decimal): -1035719 or 3748592. OLE color: 3748592.

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

Color convert

RGB 240 50 57 -
CMYK 0 0.79 0.76 0.06
HSL 357.79º 0.86% 0.57% -
HSV(B) 357.79º 0.79% 0.94% -
XYZ 37.81 21.1 5.95 -
YUV 107.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 240 50 57 0 0.79 0.76 0.06 357.79 0.86 0.57
Hex F0 32 39 0 4F 4C 6 166 56 39
Octal 360 62 71 0 117 114 6 546 126 71
Binary 11110000 110010 111001 0 1001111 1001100 110 101100110 1010110 111001

Color Harmonies of #F03239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03239

Black with #F03239

Text Example


Text Example

White with #F03239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03239; }

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

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

background-color css

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

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

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

border-color css

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

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

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