Html Css Color HEX #FB08B1 Shocking Pink

📋 copy color: '#FB08B1'

red 251 ◦ green 8 ◦ blue 177

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

Shades of Shocking Pink #FB08B1

Tints of Shocking Pink #FB08B1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.83%

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 57.57%
G = 1.83%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB08B1 (or 0xFB08B1) is known color: Shocking Pink. HEX triplet: FB, 08 and B1. RGB value is (251,8,177). Sum of RGB (Red+Green+Blue) = 251+8+177=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB08B1 is #04F74E. Grayscale: #636363. Windows color (decimal): -325455 or 11602171. OLE color: 11602171.

HSL color Cylindrical-coordinate representation of color #FB08B1: hue angle of 318.27º 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 #FB08B1 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 8 177 -
CMYK 0 0.97 0.29 0.02
HSL 318.27º 0.97% 0.51% -
HSV(B) 318.27º 0.97% 0.98% -
XYZ 47.81 23.86 43.68 -
YUV 99.92 171.51 235.76 -
System Red Green Blue C M Y K H S L
Decimal 251 8 177 0 0.97 0.29 0.02 318.27 0.97 0.51
Hex FB 8 B1 0 61 1D 2 13E 61 33
Octal 373 10 261 0 141 35 2 476 141 63
Binary 11111011 1000 10110001 0 1100001 11101 10 100111110 1100001 110011

Color Harmonies of #FB08B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB08B1

Black with #FB08B1

Text Example


Text Example

White with #FB08B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB08B1; }

 p { color: rgb(251,8,177); }

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

background-color css

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

 a { background-color: rgb(251,8,177); }

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

border-color css

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

 span { border-color: rgb(251,8,177); }

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