Html Css Color HEX #F000AB Hollywood Cerise

📋 copy color: '#F000AB'

red 240 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #F000AB

Tints of Hollywood Cerise #F000AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 58.39%
G = 0%
B = 41.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F000AB (or 0xF000AB) is known color: Hollywood Cerise. HEX triplet: F0, 00 and AB. RGB value is (240,0,171). Sum of RGB (Red+Green+Blue) = 240+0+171=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F000AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F000AB is #0FFF54. Grayscale: #5A5A5A. Windows color (decimal): -1048405 or 11206896. OLE color: 11206896.

HSL color Cylindrical-coordinate representation of color #F000AB: hue angle of 317.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000AB is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 171 -
CMYK 0 1 0.29 0.06
HSL 317.25º 1% 0.47% -
HSV(B) 317.25º 1% 0.94% -
XYZ 43.29 21.47 40.39 -
YUV 91.25 173.01 234.1 -
System Red Green Blue C M Y K H S L
Decimal 240 0 171 0 1 0.29 0.06 317.25 1 0.47
Hex F0 0 AB 0 64 1D 6 13D 64 2F
Octal 360 0 253 0 144 35 6 475 144 57
Binary 11110000 0 10101011 0 1100100 11101 110 100111101 1100100 101111

Color Harmonies of #F000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000AB

Black with #F000AB

Text Example


Text Example

White with #F000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000AB; }

 p { color: rgb(240,0,171); }

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

background-color css

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

 a { background-color: rgb(240,0,171); }

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

border-color css

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

 span { border-color: rgb(240,0,171); }

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