Html Css Color HEX #FC6FBA Hot Pink

📋 copy color: '#FC6FBA'

red 252 ◦ green 111 ◦ blue 186

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

Shades of Hot Pink #FC6FBA

Tints of Hot Pink #FC6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.22%

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 45.9%
G = 20.22%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC6FBA (or 0xFC6FBA) is known color: Hot Pink. HEX triplet: FC, 6F and BA. RGB value is (252,111,186). Sum of RGB (Red+Green+Blue) = 252+111+186=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FBA is #039045. Grayscale: #A1A1A1. Windows color (decimal): -233542 or 12218364. OLE color: 12218364.

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

Color convert

RGB 252 111 186 -
CMYK 0 0.56 0.26 0.01
HSL 328.09º 0.96% 0.71% -
HSV(B) 328.09º 0.56% 0.99% -
XYZ 54.69 35.61 50.45 -
YUV 161.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 252 111 186 0 0.56 0.26 0.01 328.09 0.96 0.71
Hex FC 6F BA 0 38 1A 1 148 60 47
Octal 374 157 272 0 70 32 1 510 140 107
Binary 11111100 1101111 10111010 0 111000 11010 1 101001000 1100000 1000111

Color Harmonies of #FC6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FBA

Black with #FC6FBA

Text Example


Text Example

White with #FC6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FBA; }

 p { color: rgb(252,111,186); }

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

background-color css

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

 a { background-color: rgb(252,111,186); }

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

border-color css

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

 span { border-color: rgb(252,111,186); }

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