Html Css Color HEX #FC09C5 Shocking Pink

📋 copy color: '#FC09C5'

red 252 ◦ green 9 ◦ blue 197

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

Shades of Shocking Pink #FC09C5

Tints of Shocking Pink #FC09C5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.97%

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 55.02%
G = 1.97%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC09C5 (or 0xFC09C5) is known color: Shocking Pink. HEX triplet: FC, 09 and C5. RGB value is (252,9,197). Sum of RGB (Red+Green+Blue) = 252+9+197=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09C5 is #03F63A. Grayscale: #666666. Windows color (decimal): -259643 or 12913148. OLE color: 12913148.

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

Color convert

RGB 252 9 197 -
CMYK 0 0.96 0.22 0.01
HSL 313.58º 0.98% 0.51% -
HSV(B) 313.58º 0.96% 0.99% -
XYZ 50.32 24.92 54.98 -
YUV 103.09 181.01 234.21 -
System Red Green Blue C M Y K H S L
Decimal 252 9 197 0 0.96 0.22 0.01 313.58 0.98 0.51
Hex FC 9 C5 0 60 16 1 13A 62 33
Octal 374 11 305 0 140 26 1 472 142 63
Binary 11111100 1001 11000101 0 1100000 10110 1 100111010 1100010 110011

Color Harmonies of #FC09C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09C5

Black with #FC09C5

Text Example


Text Example

White with #FC09C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09C5; }

 p { color: rgb(252,9,197); }

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

background-color css

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

 a { background-color: rgb(252,9,197); }

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

border-color css

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

 span { border-color: rgb(252,9,197); }

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