Html Css Color HEX #FC06BE Shocking Pink

📋 copy color: '#FC06BE'

red 252 ◦ green 6 ◦ blue 190

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

Shades of Shocking Pink #FC06BE

Tints of Shocking Pink #FC06BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 56.25%
G = 1.34%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC06BE (or 0xFC06BE) is known color: Shocking Pink. HEX triplet: FC, 06 and BE. RGB value is (252,6,190). Sum of RGB (Red+Green+Blue) = 252+6+190=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06BE is #03F941. Grayscale: #646464. Windows color (decimal): -260418 or 12453628. OLE color: 12453628.

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

Color convert

RGB 252 6 190 -
CMYK 0 0.98 0.25 0.01
HSL 315.12º 0.98% 0.51% -
HSV(B) 315.12º 0.98% 0.99% -
XYZ 49.5 24.54 50.84 -
YUV 100.53 178.5 236.04 -
System Red Green Blue C M Y K H S L
Decimal 252 6 190 0 0.98 0.25 0.01 315.12 0.98 0.51
Hex FC 6 BE 0 62 19 1 13B 62 33
Octal 374 6 276 0 142 31 1 473 142 63
Binary 11111100 110 10111110 0 1100010 11001 1 100111011 1100010 110011

Color Harmonies of #FC06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06BE

Black with #FC06BE

Text Example


Text Example

White with #FC06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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