Html Css Color HEX #F0252F Alizarin

📋 copy color: '#F0252F'

red 240 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #F0252F

Tints of Alizarin #F0252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 74.07%
G = 11.42%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0252F (or 0xF0252F) is known color: Alizarin. HEX triplet: F0, 25 and 2F. RGB value is (240,37,47). Sum of RGB (Red+Green+Blue) = 240+37+47=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0252F is #0FDAD0. Grayscale: #636363. Windows color (decimal): -1039057 or 3089904. OLE color: 3089904.

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

Color convert

RGB 240 37 47 -
CMYK 0 0.85 0.80 0.06
HSL 357.04º 0.87% 0.54% -
HSV(B) 357.04º 0.85% 0.94% -
XYZ 37.11 20.05 4.6 -
YUV 98.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 240 37 47 0 0.85 0.80 0.06 357.04 0.87 0.54
Hex F0 25 2F 0 55 50 6 165 57 36
Octal 360 45 57 0 125 120 6 545 127 66
Binary 11110000 100101 101111 0 1010101 1010000 110 101100101 1010111 110110

Color Harmonies of #F0252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0252F

Black with #F0252F

Text Example


Text Example

White with #F0252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0252F; }

 p { color: rgb(240,37,47); }

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

background-color css

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

 a { background-color: rgb(240,37,47); }

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

border-color css

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

 span { border-color: rgb(240,37,47); }

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