Html Css Color HEX #FC10C4 Shocking Pink

📋 copy color: '#FC10C4'

red 252 ◦ green 16 ◦ blue 196

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

Shades of Shocking Pink #FC10C4

Tints of Shocking Pink #FC10C4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.45%

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

R = 54.31%
G = 3.45%
B = 42.24%

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

#FC10C4 (or 0xFC10C4) is known color: Shocking Pink. HEX triplet: FC, 10 and C4. RGB value is (252,16,196). Sum of RGB (Red+Green+Blue) = 252+16+196=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10C4 is #03EF3B. Grayscale: #6A6A6A. Windows color (decimal): -257852 or 12849404. OLE color: 12849404.

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

Color convert

RGB 252 16 196 -
CMYK 0 0.94 0.22 0.01
HSL 314.24º 0.98% 0.53% -
HSV(B) 314.24º 0.94% 0.99% -
XYZ 50.29 25.05 54.41 -
YUV 107.08 178.19 231.36 -
System Red Green Blue C M Y K H S L
Decimal 252 16 196 0 0.94 0.22 0.01 314.24 0.98 0.53
Hex FC 10 C4 0 5E 16 1 13A 62 35
Octal 374 20 304 0 136 26 1 472 142 65
Binary 11111100 10000 11000100 0 1011110 10110 1 100111010 1100010 110101

Color Harmonies of #FC10C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10C4

Black with #FC10C4

Text Example


Text Example

White with #FC10C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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