Html Css Color HEX #FB19B9 Shocking Pink

📋 copy color: '#FB19B9'

red 251 ◦ green 25 ◦ blue 185

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

Shades of Shocking Pink #FB19B9

Tints of Shocking Pink #FB19B9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.42%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 54.45%
G = 5.42%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB19B9 (or 0xFB19B9) is known color: Shocking Pink. HEX triplet: FB, 19 and B9. RGB value is (251,25,185). Sum of RGB (Red+Green+Blue) = 251+25+185=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19B9 is #04E646. Grayscale: #6E6E6E. Windows color (decimal): -321095 or 12130811. OLE color: 12130811.

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

Color convert

RGB 251 25 185 -
CMYK 0 0.90 0.26 0.02
HSL 317.52º 0.97% 0.54% -
HSV(B) 317.52º 0.9% 0.98% -
XYZ 48.89 24.71 48.09 -
YUV 110.81 169.87 227.99 -
System Red Green Blue C M Y K H S L
Decimal 251 25 185 0 0.90 0.26 0.02 317.52 0.97 0.54
Hex FB 19 B9 0 5A 1A 2 13E 61 36
Octal 373 31 271 0 132 32 2 476 141 66
Binary 11111011 11001 10111001 0 1011010 11010 10 100111110 1100001 110110

Color Harmonies of #FB19B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB19B9

Black with #FB19B9

Text Example


Text Example

White with #FB19B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB19B9; }

 p { color: rgb(251,25,185); }

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

background-color css

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

 a { background-color: rgb(251,25,185); }

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

border-color css

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

 span { border-color: rgb(251,25,185); }

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