#FF19C5

Color #FF19C5 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FF19C5

Tints of Shocking Pink #FF19C5

Color information

#FF19C5 (or 0xFF19C5) is unknown color: approx Shocking Pink. HEX triplet: FF, 19 and C5. RGB value is (255,25,197). Sum of RGB (Red+Green+Blue) = 255+25+197=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19C5 is #00E63A. Grayscale: #707070. Windows color (decimal): -58939 or 12917247. OLE color: 12917247.

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

Color convert

RGB25525197-
CMYK00.900.230
HSL315.13º100%54.9%-
HSV(B)315.13º90.2%100%-
XYZ51.6725.9955.12-
YUV113.38175.2229.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 25 (10.16% from 255) = 5.24%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=53.46%
G=5.24%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552519700.900.230315.1310054.9
HexFF19C505A17013b6437
Octal37731305013227047314467
Binary111111111100111000101010110101011101001110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF19C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF19C5; }

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

 H1.HeaderClassName
 {
   color: #FF19C5;
 }
 .AnyTagClassName
 {
   color: #FF19C5;
 }
</style>
background-color css

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

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

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

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

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

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