Html Css Color HEX #F01B40 Alizarin

📋 copy color: '#F01B40'

red 240 ◦ green 27 ◦ blue 64

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

Shades of Alizarin #F01B40

Tints of Alizarin #F01B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 72.51%
G = 8.16%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F01B40 (or 0xF01B40) is known color: Alizarin. HEX triplet: F0, 1B and 40. RGB value is (240,27,64). Sum of RGB (Red+Green+Blue) = 240+27+64=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B40 is #0FE4BF. Grayscale: #5E5E5E. Windows color (decimal): -1041600 or 4201456. OLE color: 4201456.

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

Color convert

RGB 240 27 64 -
CMYK 0 0.89 0.73 0.06
HSL 349.58º 0.88% 0.52% -
HSV(B) 349.58º 0.89% 0.94% -
XYZ 37.25 19.68 6.69 -
YUV 94.91 110.57 231.49 -
System Red Green Blue C M Y K H S L
Decimal 240 27 64 0 0.89 0.73 0.06 349.58 0.88 0.52
Hex F0 1B 40 0 59 49 6 15E 58 34
Octal 360 33 100 0 131 111 6 536 130 64
Binary 11110000 11011 1000000 0 1011001 1001001 110 101011110 1011000 110100

Color Harmonies of #F01B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B40

Black with #F01B40

Text Example


Text Example

White with #F01B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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