Html Css Color HEX #F0253A Alizarin

📋 copy color: '#F0253A'

red 240 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #F0253A

Tints of Alizarin #F0253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 71.64%
G = 11.04%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0253A (or 0xF0253A) is known color: Alizarin. HEX triplet: F0, 25 and 3A. RGB value is (240,37,58). Sum of RGB (Red+Green+Blue) = 240+37+58=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0253A is #0FDAC5. Grayscale: #646464. Windows color (decimal): -1039046 or 3810800. OLE color: 3810800.

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

Color convert

RGB 240 37 58 -
CMYK 0 0.85 0.76 0.06
HSL 353.79º 0.87% 0.54% -
HSV(B) 353.79º 0.85% 0.94% -
XYZ 37.36 20.15 5.92 -
YUV 100.09 104.25 227.79 -
System Red Green Blue C M Y K H S L
Decimal 240 37 58 0 0.85 0.76 0.06 353.79 0.87 0.54
Hex F0 25 3A 0 55 4C 6 162 57 36
Octal 360 45 72 0 125 114 6 542 127 66
Binary 11110000 100101 111010 0 1010101 1001100 110 101100010 1010111 110110

Color Harmonies of #F0253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0253A

Black with #F0253A

Text Example


Text Example

White with #F0253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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