Html Css Color HEX #F0252E Alizarin

📋 copy color: '#F0252E'

red 240 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #F0252E

Tints of Alizarin #F0252E

RGB

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

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

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

R = 74.3%
G = 11.46%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0252E (or 0xF0252E) is known color: Alizarin. HEX triplet: F0, 25 and 2E. RGB value is (240,37,46). Sum of RGB (Red+Green+Blue) = 240+37+46=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0252E is #0FDAD1. Grayscale: #626262. Windows color (decimal): -1039058 or 3024368. OLE color: 3024368.

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

Color convert

RGB 240 37 46 -
CMYK 0 0.85 0.81 0.06
HSL 357.34º 0.87% 0.54% -
HSV(B) 357.34º 0.85% 0.94% -
XYZ 37.09 20.05 4.5 -
YUV 98.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 240 37 46 0 0.85 0.81 0.06 357.34 0.87 0.54
Hex F0 25 2E 0 55 51 6 165 57 36
Octal 360 45 56 0 125 121 6 545 127 66
Binary 11110000 100101 101110 0 1010101 1010001 110 101100101 1010111 110110

Color Harmonies of #F0252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0252E

Black with #F0252E

Text Example


Text Example

White with #F0252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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