Html Css Color HEX #F0202E Alizarin

📋 copy color: '#F0202E'

red 240 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #F0202E

Tints of Alizarin #F0202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 75.47%
G = 10.06%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0202E (or 0xF0202E) is known color: Alizarin. HEX triplet: F0, 20 and 2E. RGB value is (240,32,46). Sum of RGB (Red+Green+Blue) = 240+32+46=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0202E is #0FDFD1. Grayscale: #5F5F5F. Windows color (decimal): -1040338 or 3023088. OLE color: 3023088.

HSL color Cylindrical-coordinate representation of color #F0202E: hue angle of 355.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0202E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 46 -
CMYK 0 0.87 0.81 0.06
HSL 355.96º 0.87% 0.53% -
HSV(B) 355.96º 0.87% 0.94% -
XYZ 36.94 19.76 4.45 -
YUV 95.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 240 32 46 0 0.87 0.81 0.06 355.96 0.87 0.53
Hex F0 20 2E 0 57 51 6 164 57 35
Octal 360 40 56 0 127 121 6 544 127 65
Binary 11110000 100000 101110 0 1010111 1010001 110 101100100 1010111 110101

Color Harmonies of #F0202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0202E

Black with #F0202E

Text Example


Text Example

White with #F0202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0202E; }

 p { color: rgb(240,32,46); }

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

background-color css

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

 a { background-color: rgb(240,32,46); }

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

border-color css

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

 span { border-color: rgb(240,32,46); }

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