Html Css Color HEX #FC0FC4 Shocking Pink

📋 copy color: '#FC0FC4'

red 252 ◦ green 15 ◦ blue 196

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

Shades of Shocking Pink #FC0FC4

Tints of Shocking Pink #FC0FC4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.24%

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

R = 54.43%
G = 3.24%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC0FC4 (or 0xFC0FC4) is known color: Shocking Pink. HEX triplet: FC, 0F and C4. RGB value is (252,15,196). Sum of RGB (Red+Green+Blue) = 252+15+196=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FC4 is #03F03B. Grayscale: #6A6A6A. Windows color (decimal): -258108 or 12849148. OLE color: 12849148.

HSL color Cylindrical-coordinate representation of color #FC0FC4: hue angle of 314.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FC4 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 15 196 -
CMYK 0 0.94 0.22 0.01
HSL 314.18º 0.98% 0.52% -
HSV(B) 314.18º 0.94% 0.99% -
XYZ 50.28 25.02 54.4 -
YUV 106.5 178.52 231.78 -
System Red Green Blue C M Y K H S L
Decimal 252 15 196 0 0.94 0.22 0.01 314.18 0.98 0.52
Hex FC F C4 0 5E 16 1 13A 62 34
Octal 374 17 304 0 136 26 1 472 142 64
Binary 11111100 1111 11000100 0 1011110 10110 1 100111010 1100010 110100

Color Harmonies of #FC0FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FC4

Black with #FC0FC4

Text Example


Text Example

White with #FC0FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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