Html Css Color HEX #FB07B0 Hollywood Cerise

📋 copy color: '#FB07B0'

red 251 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #FB07B0

Tints of Hollywood Cerise #FB07B0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 57.83%
G = 1.61%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB07B0 (or 0xFB07B0) is known color: Hollywood Cerise. HEX triplet: FB, 07 and B0. RGB value is (251,7,176). Sum of RGB (Red+Green+Blue) = 251+7+176=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB07B0 is #04F84F. Grayscale: #626262. Windows color (decimal): -325712 or 11536379. OLE color: 11536379.

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

Color convert

RGB 251 7 176 -
CMYK 0 0.97 0.30 0.02
HSL 318.44º 0.97% 0.51% -
HSV(B) 318.44º 0.97% 0.98% -
XYZ 47.7 23.8 43.15 -
YUV 99.22 171.34 236.26 -
System Red Green Blue C M Y K H S L
Decimal 251 7 176 0 0.97 0.30 0.02 318.44 0.97 0.51
Hex FB 7 B0 0 61 1E 2 13E 61 33
Octal 373 7 260 0 141 36 2 476 141 63
Binary 11111011 111 10110000 0 1100001 11110 10 100111110 1100001 110011

Color Harmonies of #FB07B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB07B0

Black with #FB07B0

Text Example


Text Example

White with #FB07B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB07B0; }

 p { color: rgb(251,7,176); }

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

background-color css

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

 a { background-color: rgb(251,7,176); }

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

border-color css

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

 span { border-color: rgb(251,7,176); }

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