Html Css Color HEX #FC60BB Hot Pink

📋 copy color: '#FC60BB'

red 252 ◦ green 96 ◦ blue 187

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

Shades of Hot Pink #FC60BB

Tints of Hot Pink #FC60BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 47.1%
G = 17.94%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC60BB (or 0xFC60BB) is known color: Hot Pink. HEX triplet: FC, 60 and BB. RGB value is (252,96,187). Sum of RGB (Red+Green+Blue) = 252+96+187=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60BB is #039F44. Grayscale: #989898. Windows color (decimal): -237381 or 12280060. OLE color: 12280060.

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

Color convert

RGB 252 96 187 -
CMYK 0 0.62 0.26 0.01
HSL 325º 0.96% 0.68% -
HSV(B) 325º 0.62% 0.99% -
XYZ 53.3 32.65 50.51 -
YUV 153.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 252 96 187 0 0.62 0.26 0.01 325 0.96 0.68
Hex FC 60 BB 0 3E 1A 1 145 60 44
Octal 374 140 273 0 76 32 1 505 140 104
Binary 11111100 1100000 10111011 0 111110 11010 1 101000101 1100000 1000100

Color Harmonies of #FC60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60BB

Black with #FC60BB

Text Example


Text Example

White with #FC60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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