Html Css Color HEX #F0273B Alizarin

📋 copy color: '#F0273B'

red 240 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #F0273B

Tints of Alizarin #F0273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 71.01%
G = 11.54%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0273B (or 0xF0273B) is known color: Alizarin. HEX triplet: F0, 27 and 3B. RGB value is (240,39,59). Sum of RGB (Red+Green+Blue) = 240+39+59=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0273B is #0FD8C4. Grayscale: #656565. Windows color (decimal): -1038533 or 3876848. OLE color: 3876848.

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

Color convert

RGB 240 39 59 -
CMYK 0 0.84 0.75 0.06
HSL 354.03º 0.87% 0.55% -
HSV(B) 354.03º 0.84% 0.94% -
XYZ 37.45 20.29 6.08 -
YUV 101.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 240 39 59 0 0.84 0.75 0.06 354.03 0.87 0.55
Hex F0 27 3B 0 54 4B 6 162 57 37
Octal 360 47 73 0 124 113 6 542 127 67
Binary 11110000 100111 111011 0 1010100 1001011 110 101100010 1010111 110111

Color Harmonies of #F0273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0273B

Black with #F0273B

Text Example


Text Example

White with #F0273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0273B; }

 p { color: rgb(240,39,59); }

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

background-color css

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

 a { background-color: rgb(240,39,59); }

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

border-color css

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

 span { border-color: rgb(240,39,59); }

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