Html Css Color HEX #F0253C Alizarin

📋 copy color: '#F0253C'

red 240 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F0253C

Tints of Alizarin #F0253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 71.22%
G = 10.98%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0253C (or 0xF0253C) is known color: Alizarin. HEX triplet: F0, 25 and 3C. RGB value is (240,37,60). Sum of RGB (Red+Green+Blue) = 240+37+60=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0253C is #0FDAC3. Grayscale: #646464. Windows color (decimal): -1039044 or 3941872. OLE color: 3941872.

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

Color convert

RGB 240 37 60 -
CMYK 0 0.85 0.75 0.06
HSL 353.2º 0.87% 0.54% -
HSV(B) 353.2º 0.85% 0.94% -
XYZ 37.41 20.17 6.2 -
YUV 100.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 240 37 60 0 0.85 0.75 0.06 353.2 0.87 0.54
Hex F0 25 3C 0 55 4B 6 161 57 36
Octal 360 45 74 0 125 113 6 541 127 66
Binary 11110000 100101 111100 0 1010101 1001011 110 101100001 1010111 110110

Color Harmonies of #F0253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0253C

Black with #F0253C

Text Example


Text Example

White with #F0253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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