Html Css Color HEX #FC06C4 Shocking Pink

📋 copy color: '#FC06C4'

red 252 ◦ green 6 ◦ blue 196

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

Shades of Shocking Pink #FC06C4

Tints of Shocking Pink #FC06C4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

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

R = 55.51%
G = 1.32%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC06C4 (or 0xFC06C4) is known color: Shocking Pink. HEX triplet: FC, 06 and C4. RGB value is (252,6,196). Sum of RGB (Red+Green+Blue) = 252+6+196=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06C4 is #03F93B. Grayscale: #646464. Windows color (decimal): -260412 or 12846844. OLE color: 12846844.

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

Color convert

RGB 252 6 196 -
CMYK 0 0.98 0.22 0.01
HSL 313.66º 0.98% 0.51% -
HSV(B) 313.66º 0.98% 0.99% -
XYZ 50.17 24.81 54.37 -
YUV 101.21 181.5 235.55 -
System Red Green Blue C M Y K H S L
Decimal 252 6 196 0 0.98 0.22 0.01 313.66 0.98 0.51
Hex FC 6 C4 0 62 16 1 13A 62 33
Octal 374 6 304 0 142 26 1 472 142 63
Binary 11111100 110 11000100 0 1100010 10110 1 100111010 1100010 110011

Color Harmonies of #FC06C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06C4

Black with #FC06C4

Text Example


Text Example

White with #FC06C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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