Html Css Color HEX #FC5DB4 Hot Pink

📋 copy color: '#FC5DB4'

red 252 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #FC5DB4

Tints of Hot Pink #FC5DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.71%

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

R = 48%
G = 17.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC5DB4 (or 0xFC5DB4) is known color: Hot Pink. HEX triplet: FC, 5D and B4. RGB value is (252,93,180). Sum of RGB (Red+Green+Blue) = 252+93+180=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DB4 is #03A24B. Grayscale: #969696. Windows color (decimal): -238156 or 11820540. OLE color: 11820540.

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

Color convert

RGB 252 93 180 -
CMYK 0 0.63 0.29 0.01
HSL 327.17º 0.96% 0.68% -
HSV(B) 327.17º 0.63% 0.99% -
XYZ 52.3 31.82 46.57 -
YUV 150.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 252 93 180 0 0.63 0.29 0.01 327.17 0.96 0.68
Hex FC 5D B4 0 3F 1D 1 147 60 44
Octal 374 135 264 0 77 35 1 507 140 104
Binary 11111100 1011101 10110100 0 111111 11101 1 101000111 1100000 1000100

Color Harmonies of #FC5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DB4

Black with #FC5DB4

Text Example


Text Example

White with #FC5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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