Html Css Color HEX #F03D40 Alizarin

📋 copy color: '#F03D40'

red 240 ◦ green 61 ◦ blue 64

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

Shades of Alizarin #F03D40

Tints of Alizarin #F03D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

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

R = 65.75%
G = 16.71%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F03D40 (or 0xF03D40) is known color: Alizarin. HEX triplet: F0, 3D and 40. RGB value is (240,61,64). Sum of RGB (Red+Green+Blue) = 240+61+64=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D40 is #0FC2BF. Grayscale: #737373. Windows color (decimal): -1032896 or 4210160. OLE color: 4210160.

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

Color convert

RGB 240 61 64 -
CMYK 0 0.75 0.73 0.06
HSL 358.99º 0.86% 0.59% -
HSV(B) 358.99º 0.75% 0.94% -
XYZ 38.53 22.23 7.11 -
YUV 114.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 240 61 64 0 0.75 0.73 0.06 358.99 0.86 0.59
Hex F0 3D 40 0 4B 49 6 167 56 3B
Octal 360 75 100 0 113 111 6 547 126 73
Binary 11110000 111101 1000000 0 1001011 1001001 110 101100111 1010110 111011

Color Harmonies of #F03D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D40

Black with #F03D40

Text Example


Text Example

White with #F03D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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