Html Css Color HEX #FB19D1 Shocking Pink

📋 copy color: '#FB19D1'

red 251 ◦ green 25 ◦ blue 209

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

Shades of Shocking Pink #FB19D1

Tints of Shocking Pink #FB19D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 51.75%
G = 5.15%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB19D1 (or 0xFB19D1) is known color: Shocking Pink. HEX triplet: FB, 19 and D1. RGB value is (251,25,209). Sum of RGB (Red+Green+Blue) = 251+25+209=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19D1 is #04E62E. Grayscale: #717171. Windows color (decimal): -321071 or 13703675. OLE color: 13703675.

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

Color convert

RGB 251 25 209 -
CMYK 0 0.90 0.17 0.02
HSL 311.15º 0.97% 0.54% -
HSV(B) 311.15º 0.9% 0.98% -
XYZ 51.64 25.81 62.58 -
YUV 113.55 181.87 226.04 -
System Red Green Blue C M Y K H S L
Decimal 251 25 209 0 0.90 0.17 0.02 311.15 0.97 0.54
Hex FB 19 D1 0 5A 11 2 137 61 36
Octal 373 31 321 0 132 21 2 467 141 66
Binary 11111011 11001 11010001 0 1011010 10001 10 100110111 1100001 110110

Color Harmonies of #FB19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB19D1

Black with #FB19D1

Text Example


Text Example

White with #FB19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB19D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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