Html Css Color HEX #FC5ABA Hot Pink

📋 copy color: '#FC5ABA'

red 252 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #FC5ABA

Tints of Hot Pink #FC5ABA

RGB

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

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

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

R = 47.73%
G = 17.05%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC5ABA (or 0xFC5ABA) is known color: Hot Pink. HEX triplet: FC, 5A and BA. RGB value is (252,90,186). Sum of RGB (Red+Green+Blue) = 252+90+186=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ABA is #03A545. Grayscale: #959595. Windows color (decimal): -238918 or 12212988. OLE color: 12212988.

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

Color convert

RGB 252 90 186 -
CMYK 0 0.64 0.26 0.01
HSL 324.44º 0.96% 0.67% -
HSV(B) 324.44º 0.64% 0.99% -
XYZ 52.66 31.55 49.77 -
YUV 149.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 252 90 186 0 0.64 0.26 0.01 324.44 0.96 0.67
Hex FC 5A BA 0 40 1A 1 144 60 43
Octal 374 132 272 0 100 32 1 504 140 103
Binary 11111100 1011010 10111010 0 1000000 11010 1 101000100 1100000 1000011

Color Harmonies of #FC5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ABA

Black with #FC5ABA

Text Example


Text Example

White with #FC5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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