Html Css Color HEX #FC5ABC Hot Pink

📋 copy color: '#FC5ABC'

red 252 ◦ green 90 ◦ blue 188

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

Shades of Hot Pink #FC5ABC

Tints of Hot Pink #FC5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 47.55%
G = 16.98%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC5ABC (or 0xFC5ABC) is known color: Hot Pink. HEX triplet: FC, 5A and BC. RGB value is (252,90,188). Sum of RGB (Red+Green+Blue) = 252+90+188=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ABC is #03A543. Grayscale: #959595. Windows color (decimal): -238916 or 12344060. OLE color: 12344060.

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

Color convert

RGB 252 90 188 -
CMYK 0 0.64 0.25 0.01
HSL 323.7º 0.96% 0.67% -
HSV(B) 323.7º 0.64% 0.99% -
XYZ 52.88 31.64 50.9 -
YUV 149.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 252 90 188 0 0.64 0.25 0.01 323.7 0.96 0.67
Hex FC 5A BC 0 40 19 1 144 60 43
Octal 374 132 274 0 100 31 1 504 140 103
Binary 11111100 1011010 10111100 0 1000000 11001 1 101000100 1100000 1000011

Color Harmonies of #FC5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ABC

Black with #FC5ABC

Text Example


Text Example

White with #FC5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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