Html Css Color HEX #F01B3E Alizarin

📋 copy color: '#F01B3E'

red 240 ◦ green 27 ◦ blue 62

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

Shades of Alizarin #F01B3E

Tints of Alizarin #F01B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 72.95%
G = 8.21%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F01B3E (or 0xF01B3E) is known color: Alizarin. HEX triplet: F0, 1B and 3E. RGB value is (240,27,62). Sum of RGB (Red+Green+Blue) = 240+27+62=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B3E is #0FE4C1. Grayscale: #5E5E5E. Windows color (decimal): -1041602 or 4070384. OLE color: 4070384.

HSL color Cylindrical-coordinate representation of color #F01B3E: hue angle of 350.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01B3E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 27 62 -
CMYK 0 0.89 0.74 0.06
HSL 350.14º 0.88% 0.52% -
HSV(B) 350.14º 0.89% 0.94% -
XYZ 37.2 19.66 6.39 -
YUV 94.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 240 27 62 0 0.89 0.74 0.06 350.14 0.88 0.52
Hex F0 1B 3E 0 59 4A 6 15E 58 34
Octal 360 33 76 0 131 112 6 536 130 64
Binary 11110000 11011 111110 0 1011001 1001010 110 101011110 1011000 110100

Color Harmonies of #F01B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B3E

Black with #F01B3E

Text Example


Text Example

White with #F01B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B3E; }

 p { color: rgb(240,27,62); }

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

background-color css

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

 a { background-color: rgb(240,27,62); }

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

border-color css

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

 span { border-color: rgb(240,27,62); }

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