Html Css Color HEX #FB0CB1 Shocking Pink

📋 copy color: '#FB0CB1'

red 251 ◦ green 12 ◦ blue 177

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

Shades of Shocking Pink #FB0CB1

Tints of Shocking Pink #FB0CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

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

R = 57.05%
G = 2.73%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB0CB1 (or 0xFB0CB1) is known color: Shocking Pink. HEX triplet: FB, 0C and B1. RGB value is (251,12,177). Sum of RGB (Red+Green+Blue) = 251+12+177=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0CB1 is #04F34E. Grayscale: #656565. Windows color (decimal): -324431 or 11603195. OLE color: 11603195.

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

Color convert

RGB 251 12 177 -
CMYK 0 0.95 0.29 0.02
HSL 318.58º 0.97% 0.52% -
HSV(B) 318.58º 0.95% 0.98% -
XYZ 47.85 23.95 43.7 -
YUV 102.27 170.18 234.08 -
System Red Green Blue C M Y K H S L
Decimal 251 12 177 0 0.95 0.29 0.02 318.58 0.97 0.52
Hex FB C B1 0 5F 1D 2 13F 61 34
Octal 373 14 261 0 137 35 2 477 141 64
Binary 11111011 1100 10110001 0 1011111 11101 10 100111111 1100001 110100

Color Harmonies of #FB0CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0CB1

Black with #FB0CB1

Text Example


Text Example

White with #FB0CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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