Html Css Color HEX #F03240 Alizarin

📋 copy color: '#F03240'

red 240 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #F03240

Tints of Alizarin #F03240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 67.8%
G = 14.12%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F03240 (or 0xF03240) is known color: Alizarin. HEX triplet: F0, 32 and 40. RGB value is (240,50,64). Sum of RGB (Red+Green+Blue) = 240+50+64=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F03240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03240 is #0FCDBF. Grayscale: #6C6C6C. Windows color (decimal): -1035712 or 4207344. OLE color: 4207344.

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

Color convert

RGB 240 50 64 -
CMYK 0 0.79 0.73 0.06
HSL 355.58º 0.86% 0.57% -
HSV(B) 355.58º 0.79% 0.94% -
XYZ 38 21.18 6.94 -
YUV 108.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 240 50 64 0 0.79 0.73 0.06 355.58 0.86 0.57
Hex F0 32 40 0 4F 49 6 164 56 39
Octal 360 62 100 0 117 111 6 544 126 71
Binary 11110000 110010 1000000 0 1001111 1001001 110 101100100 1010110 111001

Color Harmonies of #F03240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03240

Black with #F03240

Text Example


Text Example

White with #F03240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03240; }

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

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

background-color css

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

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

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

border-color css

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

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

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