Html Css Color HEX #FC06BA Shocking Pink

📋 copy color: '#FC06BA'

red 252 ◦ green 6 ◦ blue 186

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

Shades of Shocking Pink #FC06BA

Tints of Shocking Pink #FC06BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 56.76%
G = 1.35%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC06BA (or 0xFC06BA) is known color: Shocking Pink. HEX triplet: FC, 06 and BA. RGB value is (252,6,186). Sum of RGB (Red+Green+Blue) = 252+6+186=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06BA is #03F945. Grayscale: #636363. Windows color (decimal): -260422 or 12191484. OLE color: 12191484.

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

Color convert

RGB 252 6 186 -
CMYK 0 0.98 0.26 0.01
HSL 316.1º 0.98% 0.51% -
HSV(B) 316.1º 0.98% 0.99% -
XYZ 49.07 24.37 48.57 -
YUV 100.07 176.5 236.36 -
System Red Green Blue C M Y K H S L
Decimal 252 6 186 0 0.98 0.26 0.01 316.1 0.98 0.51
Hex FC 6 BA 0 62 1A 1 13C 62 33
Octal 374 6 272 0 142 32 1 474 142 63
Binary 11111100 110 10111010 0 1100010 11010 1 100111100 1100010 110011

Color Harmonies of #FC06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06BA

Black with #FC06BA

Text Example


Text Example

White with #FC06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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