Html Css Color HEX #FC19C7 Shocking Pink

📋 copy color: '#FC19C7'

red 252 ◦ green 25 ◦ blue 199

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

Shades of Shocking Pink #FC19C7

Tints of Shocking Pink #FC19C7

RGB

 RED value IS 252 (98.83% from 255) = 52.94%

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

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 52.94%
G = 5.25%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC19C7 (or 0xFC19C7) is known color: Shocking Pink. HEX triplet: FC, 19 and C7. RGB value is (252,25,199). Sum of RGB (Red+Green+Blue) = 252+25+199=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19C7 is #03E638. Grayscale: #707070. Windows color (decimal): -255545 or 13048316. OLE color: 13048316.

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

Color convert

RGB 252 25 199 -
CMYK 0 0.90 0.21 0.01
HSL 314.01º 0.97% 0.54% -
HSV(B) 314.01º 0.9% 0.99% -
XYZ 50.8 25.51 56.28 -
YUV 112.71 176.71 227.35 -
System Red Green Blue C M Y K H S L
Decimal 252 25 199 0 0.90 0.21 0.01 314.01 0.97 0.54
Hex FC 19 C7 0 5A 15 1 13A 61 36
Octal 374 31 307 0 132 25 1 472 141 66
Binary 11111100 11001 11000111 0 1011010 10101 1 100111010 1100001 110110

Color Harmonies of #FC19C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19C7

Black with #FC19C7

Text Example


Text Example

White with #FC19C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19C7; }

 p { color: rgb(252,25,199); }

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

background-color css

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

 a { background-color: rgb(252,25,199); }

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

border-color css

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

 span { border-color: rgb(252,25,199); }

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