Html Css Color HEX #F03B3C Alizarin

📋 copy color: '#F03B3C'

red 240 ◦ green 59 ◦ blue 60

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

Shades of Alizarin #F03B3C

Tints of Alizarin #F03B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 66.85%
G = 16.43%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F03B3C (or 0xF03B3C) is known color: Alizarin. HEX triplet: F0, 3B and 3C. RGB value is (240,59,60). Sum of RGB (Red+Green+Blue) = 240+59+60=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03B3C is #0FC4C3. Grayscale: #717171. Windows color (decimal): -1033412 or 3947504. OLE color: 3947504.

HSL color Cylindrical-coordinate representation of color #F03B3C: hue angle of 359.67º 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 #F03B3C is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 59 60 -
CMYK 0 0.75 0.75 0.06
HSL 359.67º 0.86% 0.59% -
HSV(B) 359.67º 0.75% 0.94% -
XYZ 38.31 21.98 6.5 -
YUV 113.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 240 59 60 0 0.75 0.75 0.06 359.67 0.86 0.59
Hex F0 3B 3C 0 4B 4B 6 168 56 3B
Octal 360 73 74 0 113 113 6 550 126 73
Binary 11110000 111011 111100 0 1001011 1001011 110 101101000 1010110 111011

Color Harmonies of #F03B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B3C

Black with #F03B3C

Text Example


Text Example

White with #F03B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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