Html Css Color HEX #FC60BC Hot Pink

📋 copy color: '#FC60BC'

red 252 ◦ green 96 ◦ blue 188

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

Shades of Hot Pink #FC60BC

Tints of Hot Pink #FC60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.91%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 47.01%
G = 17.91%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC60BC (or 0xFC60BC) is known color: Hot Pink. HEX triplet: FC, 60 and BC. RGB value is (252,96,188). Sum of RGB (Red+Green+Blue) = 252+96+188=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60BC is #039F43. Grayscale: #989898. Windows color (decimal): -237380 or 12345596. OLE color: 12345596.

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

Color convert

RGB 252 96 188 -
CMYK 0 0.62 0.25 0.01
HSL 324.62º 0.96% 0.68% -
HSV(B) 324.62º 0.62% 0.99% -
XYZ 53.4 32.69 51.07 -
YUV 153.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 252 96 188 0 0.62 0.25 0.01 324.62 0.96 0.68
Hex FC 60 BC 0 3E 19 1 145 60 44
Octal 374 140 274 0 76 31 1 505 140 104
Binary 11111100 1100000 10111100 0 111110 11001 1 101000101 1100000 1000100

Color Harmonies of #FC60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60BC

Black with #FC60BC

Text Example


Text Example

White with #FC60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60BC; }

 p { color: rgb(252,96,188); }

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

background-color css

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

 a { background-color: rgb(252,96,188); }

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

border-color css

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

 span { border-color: rgb(252,96,188); }

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