Html Css Color HEX #FC6DB4 Hot Pink

📋 copy color: '#FC6DB4'

red 252 ◦ green 109 ◦ blue 180

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

Shades of Hot Pink #FC6DB4

Tints of Hot Pink #FC6DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

 BLUE value IS 180 (70.7% from 255) = 33.27%

R = 46.58%
G = 20.15%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC6DB4 (or 0xFC6DB4) is known color: Hot Pink. HEX triplet: FC, 6D and B4. RGB value is (252,109,180). Sum of RGB (Red+Green+Blue) = 252+109+180=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DB4 is #03924B. Grayscale: #9F9F9F. Windows color (decimal): -234060 or 11824636. OLE color: 11824636.

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

Color convert

RGB 252 109 180 -
CMYK 0 0.57 0.29 0.01
HSL 330.21º 0.96% 0.71% -
HSV(B) 330.21º 0.57% 0.99% -
XYZ 53.85 34.93 47.08 -
YUV 159.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 252 109 180 0 0.57 0.29 0.01 330.21 0.96 0.71
Hex FC 6D B4 0 39 1D 1 14A 60 47
Octal 374 155 264 0 71 35 1 512 140 107
Binary 11111100 1101101 10110100 0 111001 11101 1 101001010 1100000 1000111

Color Harmonies of #FC6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DB4

Black with #FC6DB4

Text Example


Text Example

White with #FC6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DB4; }

 p { color: rgb(252,109,180); }

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

background-color css

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

 a { background-color: rgb(252,109,180); }

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

border-color css

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

 span { border-color: rgb(252,109,180); }

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