Html Css Color HEX #FF19BB Shocking Pink

📋 copy color: '#FF19BB'

red 255 ◦ green 25 ◦ blue 187

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

Shades of Shocking Pink #FF19BB

Tints of Shocking Pink #FF19BB

RGB

 RED value IS 255 (100% from 255) = 54.6%

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

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

R = 54.6%
G = 5.35%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF19BB (or 0xFF19BB) is known color: Shocking Pink. HEX triplet: FF, 19 and BB. RGB value is (255,25,187). Sum of RGB (Red+Green+Blue) = 255+25+187=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19BB is #00E644. Grayscale: #6F6F6F. Windows color (decimal): -58949 or 12261887. OLE color: 12261887.

HSL color Cylindrical-coordinate representation of color #FF19BB: hue angle of 317.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19BB is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 187 -
CMYK 0 0.90 0.27 0
HSL 317.74º 1% 0.55% -
HSV(B) 317.74º 0.9% 1% -
XYZ 50.56 25.54 49.28 -
YUV 112.24 170.2 229.83 -
System Red Green Blue C M Y K H S L
Decimal 255 25 187 0 0.90 0.27 0 317.74 1 0.55
Hex FF 19 BB 0 5A 1B 0 13E 64 37
Octal 377 31 273 0 132 33 0 476 144 67
Binary 11111111 11001 10111011 0 1011010 11011 0 100111110 1100100 110111

Color Harmonies of #FF19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF19BB

Black with #FF19BB

Text Example


Text Example

White with #FF19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF19BB; }

 p { color: rgb(255,25,187); }

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

background-color css

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

 a { background-color: rgb(255,25,187); }

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

border-color css

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

 span { border-color: rgb(255,25,187); }

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