Html Css Color HEX #F0253F Alizarin

📋 copy color: '#F0253F'

red 240 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #F0253F

Tints of Alizarin #F0253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 70.59%
G = 10.88%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0253F (or 0xF0253F) is known color: Alizarin. HEX triplet: F0, 25 and 3F. RGB value is (240,37,63). Sum of RGB (Red+Green+Blue) = 240+37+63=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0253F is #0FDAC0. Grayscale: #646464. Windows color (decimal): -1039041 or 4138480. OLE color: 4138480.

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

Color convert

RGB 240 37 63 -
CMYK 0 0.85 0.74 0.06
HSL 352.32º 0.87% 0.54% -
HSV(B) 352.32º 0.85% 0.94% -
XYZ 37.49 20.21 6.63 -
YUV 100.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 240 37 63 0 0.85 0.74 0.06 352.32 0.87 0.54
Hex F0 25 3F 0 55 4A 6 160 57 36
Octal 360 45 77 0 125 112 6 540 127 66
Binary 11110000 100101 111111 0 1010101 1001010 110 101100000 1010111 110110

Color Harmonies of #F0253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0253F

Black with #F0253F

Text Example


Text Example

White with #F0253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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