Html Css Color HEX #FC60B1 Hot Pink

📋 copy color: '#FC60B1'

red 252 ◦ green 96 ◦ blue 177

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

Shades of Hot Pink #FC60B1

Tints of Hot Pink #FC60B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.71%

R = 48%
G = 18.29%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC60B1 (or 0xFC60B1) is known color: Hot Pink. HEX triplet: FC, 60 and B1. RGB value is (252,96,177). Sum of RGB (Red+Green+Blue) = 252+96+177=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC60B1 is #039F4E. Grayscale: #979797. Windows color (decimal): -237391 or 11624700. OLE color: 11624700.

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

Color convert

RGB 252 96 177 -
CMYK 0 0.62 0.30 0.01
HSL 328.85º 0.96% 0.68% -
HSV(B) 328.85º 0.62% 0.99% -
XYZ 52.26 32.24 45.06 -
YUV 151.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 252 96 177 0 0.62 0.30 0.01 328.85 0.96 0.68
Hex FC 60 B1 0 3E 1E 1 149 60 44
Octal 374 140 261 0 76 36 1 511 140 104
Binary 11111100 1100000 10110001 0 111110 11110 1 101001001 1100000 1000100

Color Harmonies of #FC60B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60B1

Black with #FC60B1

Text Example


Text Example

White with #FC60B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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