Html Css Color HEX #FB00AD Hollywood Cerise

📋 copy color: '#FB00AD'

red 251 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #FB00AD

Tints of Hollywood Cerise #FB00AD

RGB

 RED value IS 251 (98.44% from 255) = 59.2%

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

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 59.2%
G = 0%
B = 40.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB00AD (or 0xFB00AD) is known color: Hollywood Cerise. HEX triplet: FB, 00 and AD. RGB value is (251,0,173). Sum of RGB (Red+Green+Blue) = 251+0+173=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB00AD is #04FF52. Grayscale: #5E5E5E. Windows color (decimal): -327507 or 11337979. OLE color: 11337979.

HSL color Cylindrical-coordinate representation of color #FB00AD: hue angle of 318.65º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00AD is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 0 173 -
CMYK 0 1 0.31 0.02
HSL 318.65º 1% 0.49% -
HSV(B) 318.65º 1% 0.98% -
XYZ 47.33 23.53 41.58 -
YUV 94.77 172.16 239.43 -
System Red Green Blue C M Y K H S L
Decimal 251 0 173 0 1 0.31 0.02 318.65 1 0.49
Hex FB 0 AD 0 64 1F 2 13F 64 31
Octal 373 0 255 0 144 37 2 477 144 61
Binary 11111011 0 10101101 0 1100100 11111 10 100111111 1100100 110001

Color Harmonies of #FB00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00AD

Black with #FB00AD

Text Example


Text Example

White with #FB00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00AD; }

 p { color: rgb(251,0,173); }

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

background-color css

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

 a { background-color: rgb(251,0,173); }

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

border-color css

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

 span { border-color: rgb(251,0,173); }

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