Html Css Color HEX #FC09C4 Shocking Pink

📋 copy color: '#FC09C4'

red 252 ◦ green 9 ◦ blue 196

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

Shades of Shocking Pink #FC09C4

Tints of Shocking Pink #FC09C4

RGB

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

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

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

R = 55.14%
G = 1.97%
B = 42.89%

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

#FC09C4 (or 0xFC09C4) is known color: Shocking Pink. HEX triplet: FC, 09 and C4. RGB value is (252,9,196). Sum of RGB (Red+Green+Blue) = 252+9+196=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09C4 is #03F63B. Grayscale: #666666. Windows color (decimal): -259644 or 12847612. OLE color: 12847612.

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

Color convert

RGB 252 9 196 -
CMYK 0 0.96 0.22 0.01
HSL 313.83º 0.98% 0.51% -
HSV(B) 313.83º 0.96% 0.99% -
XYZ 50.21 24.88 54.38 -
YUV 102.98 180.51 234.29 -
System Red Green Blue C M Y K H S L
Decimal 252 9 196 0 0.96 0.22 0.01 313.83 0.98 0.51
Hex FC 9 C4 0 60 16 1 13A 62 33
Octal 374 11 304 0 140 26 1 472 142 63
Binary 11111100 1001 11000100 0 1100000 10110 1 100111010 1100010 110011

Color Harmonies of #FC09C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09C4

Black with #FC09C4

Text Example


Text Example

White with #FC09C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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