Html Css Color HEX #FC6ABC Hot Pink

📋 copy color: '#FC6ABC'

red 252 ◦ green 106 ◦ blue 188

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

Shades of Hot Pink #FC6ABC

Tints of Hot Pink #FC6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.41%

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

R = 46.15%
G = 19.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC6ABC (or 0xFC6ABC) is known color: Hot Pink. HEX triplet: FC, 6A and BC. RGB value is (252,106,188). Sum of RGB (Red+Green+Blue) = 252+106+188=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ABC is #039543. Grayscale: #9E9E9E. Windows color (decimal): -234820 or 12348156. OLE color: 12348156.

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

Color convert

RGB 252 106 188 -
CMYK 0 0.58 0.25 0.01
HSL 326.3º 0.96% 0.7% -
HSV(B) 326.3º 0.58% 0.99% -
XYZ 54.38 34.63 51.4 -
YUV 159 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 252 106 188 0 0.58 0.25 0.01 326.3 0.96 0.7
Hex FC 6A BC 0 3A 19 1 146 60 46
Octal 374 152 274 0 72 31 1 506 140 106
Binary 11111100 1101010 10111100 0 111010 11001 1 101000110 1100000 1000110

Color Harmonies of #FC6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ABC

Black with #FC6ABC

Text Example


Text Example

White with #FC6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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