Html Css Color HEX #FB04BB Shocking Pink

📋 copy color: '#FB04BB'

red 251 ◦ green 4 ◦ blue 187

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

Shades of Shocking Pink #FB04BB

Tints of Shocking Pink #FB04BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 56.79%
G = 0.9%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB04BB (or 0xFB04BB) is known color: Shocking Pink. HEX triplet: FB, 04 and BB. RGB value is (251,4,187). Sum of RGB (Red+Green+Blue) = 251+4+187=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04BB is #04FB44. Grayscale: #626262. Windows color (decimal): -326469 or 12256507. OLE color: 12256507.

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

Color convert

RGB 251 4 187 -
CMYK 0 0.98 0.25 0.02
HSL 315.55º 0.97% 0.5% -
HSV(B) 315.55º 0.98% 0.98% -
XYZ 48.8 24.18 49.11 -
YUV 98.72 177.83 236.62 -
System Red Green Blue C M Y K H S L
Decimal 251 4 187 0 0.98 0.25 0.02 315.55 0.97 0.5
Hex FB 4 BB 0 62 19 2 13C 61 32
Octal 373 4 273 0 142 31 2 474 141 62
Binary 11111011 100 10111011 0 1100010 11001 10 100111100 1100001 110010

Color Harmonies of #FB04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04BB

Black with #FB04BB

Text Example


Text Example

White with #FB04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04BB; }

 p { color: rgb(251,4,187); }

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

background-color css

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

 a { background-color: rgb(251,4,187); }

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

border-color css

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

 span { border-color: rgb(251,4,187); }

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