Html Css Color HEX #FC5AB6 Hot Pink

📋 copy color: '#FC5AB6'

red 252 ◦ green 90 ◦ blue 182

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

Shades of Hot Pink #FC5AB6

Tints of Hot Pink #FC5AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 48.09%
G = 17.18%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC5AB6 (or 0xFC5AB6) is known color: Hot Pink. HEX triplet: FC, 5A and B6. RGB value is (252,90,182). Sum of RGB (Red+Green+Blue) = 252+90+182=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AB6 is #03A549. Grayscale: #949494. Windows color (decimal): -238922 or 11950844. OLE color: 11950844.

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

Color convert

RGB 252 90 182 -
CMYK 0 0.64 0.28 0.01
HSL 325.93º 0.96% 0.67% -
HSV(B) 325.93º 0.64% 0.99% -
XYZ 52.24 31.39 47.56 -
YUV 148.93 146.67 201.52 -
System Red Green Blue C M Y K H S L
Decimal 252 90 182 0 0.64 0.28 0.01 325.93 0.96 0.67
Hex FC 5A B6 0 40 1C 1 146 60 43
Octal 374 132 266 0 100 34 1 506 140 103
Binary 11111100 1011010 10110110 0 1000000 11100 1 101000110 1100000 1000011

Color Harmonies of #FC5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AB6

Black with #FC5AB6

Text Example


Text Example

White with #FC5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AB6; }

 p { color: rgb(252,90,182); }

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

background-color css

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

 a { background-color: rgb(252,90,182); }

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

border-color css

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

 span { border-color: rgb(252,90,182); }

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