Html Css Color HEX #FB0A9D Hollywood Cerise

📋 copy color: '#FB0A9D'

red 251 ◦ green 10 ◦ blue 157

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

Shades of Hollywood Cerise #FB0A9D

Tints of Hollywood Cerise #FB0A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 60.05%
G = 2.39%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB0A9D (or 0xFB0A9D) is known color: Hollywood Cerise. HEX triplet: FB, 0A and 9D. RGB value is (251,10,157). Sum of RGB (Red+Green+Blue) = 251+10+157=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0A9D is #04F562. Grayscale: #626262. Windows color (decimal): -324963 or 10291963. OLE color: 10291963.

HSL color Cylindrical-coordinate representation of color #FB0A9D: hue angle of 323.4º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A9D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 10 157 -
CMYK 0 0.96 0.37 0.02
HSL 323.4º 0.97% 0.51% -
HSV(B) 323.4º 0.96% 0.98% -
XYZ 45.98 23.16 33.95 -
YUV 98.82 160.84 236.55 -
System Red Green Blue C M Y K H S L
Decimal 251 10 157 0 0.96 0.37 0.02 323.4 0.97 0.51
Hex FB A 9D 0 60 25 2 143 61 33
Octal 373 12 235 0 140 45 2 503 141 63
Binary 11111011 1010 10011101 0 1100000 100101 10 101000011 1100001 110011

Color Harmonies of #FB0A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A9D

Black with #FB0A9D

Text Example


Text Example

White with #FB0A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A9D; }

 p { color: rgb(251,10,157); }

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

background-color css

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

 a { background-color: rgb(251,10,157); }

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

border-color css

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

 span { border-color: rgb(251,10,157); }

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