Html Css Color HEX #F011A5 Hollywood Cerise

📋 copy color: '#F011A5'

red 240 ◦ green 17 ◦ blue 165

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

Shades of Hollywood Cerise #F011A5

Tints of Hollywood Cerise #F011A5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.03%

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 56.87%
G = 4.03%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F011A5 (or 0xF011A5) is known color: Hollywood Cerise. HEX triplet: F0, 11 and A5. RGB value is (240,17,165). Sum of RGB (Red+Green+Blue) = 240+17+165=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F011A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011A5 is #0FEE5A. Grayscale: #646464. Windows color (decimal): -1044059 or 10818032. OLE color: 10818032.

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

Color convert

RGB 240 17 165 -
CMYK 0 0.93 0.31 0.06
HSL 320.18º 0.88% 0.5% -
HSV(B) 320.18º 0.93% 0.94% -
XYZ 42.93 21.64 37.51 -
YUV 100.55 164.38 227.47 -
System Red Green Blue C M Y K H S L
Decimal 240 17 165 0 0.93 0.31 0.06 320.18 0.88 0.5
Hex F0 11 A5 0 5D 1F 6 140 58 32
Octal 360 21 245 0 135 37 6 500 130 62
Binary 11110000 10001 10100101 0 1011101 11111 110 101000000 1011000 110010

Color Harmonies of #F011A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011A5

Black with #F011A5

Text Example


Text Example

White with #F011A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011A5; }

 p { color: rgb(240,17,165); }

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

background-color css

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

 a { background-color: rgb(240,17,165); }

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

border-color css

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

 span { border-color: rgb(240,17,165); }

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