Html Css Color HEX #FC19C4 Shocking Pink

📋 copy color: '#FC19C4'

red 252 ◦ green 25 ◦ blue 196

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

Shades of Shocking Pink #FC19C4

Tints of Shocking Pink #FC19C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 53.28%
G = 5.29%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC19C4 (or 0xFC19C4) is known color: Shocking Pink. HEX triplet: FC, 19 and C4. RGB value is (252,25,196). Sum of RGB (Red+Green+Blue) = 252+25+196=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19C4 is #03E63B. Grayscale: #6F6F6F. Windows color (decimal): -255548 or 12851708. OLE color: 12851708.

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

Color convert

RGB 252 25 196 -
CMYK 0 0.90 0.22 0.01
HSL 314.8º 0.97% 0.54% -
HSV(B) 314.8º 0.9% 0.99% -
XYZ 50.46 25.38 54.46 -
YUV 112.37 175.21 227.6 -
System Red Green Blue C M Y K H S L
Decimal 252 25 196 0 0.90 0.22 0.01 314.8 0.97 0.54
Hex FC 19 C4 0 5A 16 1 13B 61 36
Octal 374 31 304 0 132 26 1 473 141 66
Binary 11111100 11001 11000100 0 1011010 10110 1 100111011 1100001 110110

Color Harmonies of #FC19C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19C4

Black with #FC19C4

Text Example


Text Example

White with #FC19C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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