Html Css Color HEX #F03B3E Alizarin

📋 copy color: '#F03B3E'

red 240 ◦ green 59 ◦ blue 62

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

Shades of Alizarin #F03B3E

Tints of Alizarin #F03B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 66.48%
G = 16.34%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F03B3E (or 0xF03B3E) is known color: Alizarin. HEX triplet: F0, 3B and 3E. RGB value is (240,59,62). Sum of RGB (Red+Green+Blue) = 240+59+62=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03B3E is #0FC4C1. Grayscale: #717171. Windows color (decimal): -1033410 or 4078576. OLE color: 4078576.

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

Color convert

RGB 240 59 62 -
CMYK 0 0.75 0.74 0.06
HSL 359.01º 0.86% 0.59% -
HSV(B) 359.01º 0.75% 0.94% -
XYZ 38.37 22 6.78 -
YUV 113.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 240 59 62 0 0.75 0.74 0.06 359.01 0.86 0.59
Hex F0 3B 3E 0 4B 4A 6 167 56 3B
Octal 360 73 76 0 113 112 6 547 126 73
Binary 11110000 111011 111110 0 1001011 1001010 110 101100111 1010110 111011

Color Harmonies of #F03B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B3E

Black with #F03B3E

Text Example


Text Example

White with #F03B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B3E; }

 p { color: rgb(240,59,62); }

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

background-color css

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

 a { background-color: rgb(240,59,62); }

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

border-color css

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

 span { border-color: rgb(240,59,62); }

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