Html Css Color HEX #FC6CBC Hot Pink

📋 copy color: '#FC6CBC'

red 252 ◦ green 108 ◦ blue 188

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

Shades of Hot Pink #FC6CBC

Tints of Hot Pink #FC6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

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

R = 45.99%
G = 19.71%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC6CBC (or 0xFC6CBC) is known color: Hot Pink. HEX triplet: FC, 6C and BC. RGB value is (252,108,188). Sum of RGB (Red+Green+Blue) = 252+108+188=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CBC is #039343. Grayscale: #A0A0A0. Windows color (decimal): -234308 or 12348668. OLE color: 12348668.

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

Color convert

RGB 252 108 188 -
CMYK 0 0.57 0.25 0.01
HSL 326.67º 0.96% 0.71% -
HSV(B) 326.67º 0.57% 0.99% -
XYZ 54.58 35.05 51.47 -
YUV 160.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 252 108 188 0 0.57 0.25 0.01 326.67 0.96 0.71
Hex FC 6C BC 0 39 19 1 147 60 47
Octal 374 154 274 0 71 31 1 507 140 107
Binary 11111100 1101100 10111100 0 111001 11001 1 101000111 1100000 1000111

Color Harmonies of #FC6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CBC

Black with #FC6CBC

Text Example


Text Example

White with #FC6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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