Html Css Color HEX #FD52BA Hot Pink

📋 copy color: '#FD52BA'

red 253 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #FD52BA

Tints of Hot Pink #FD52BA

RGB

 RED value IS 253 (99.22% from 255) = 48.56%

 GREEN value IS 82 (32.42% from 255) = 15.74%

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

R = 48.56%
G = 15.74%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD52BA (or 0xFD52BA) is known color: Hot Pink. HEX triplet: FD, 52 and BA. RGB value is (253,82,186). Sum of RGB (Red+Green+Blue) = 253+82+186=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52BA is #02AD45. Grayscale: #909090. Windows color (decimal): -175430 or 12210941. OLE color: 12210941.

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

Color convert

RGB 253 82 186 -
CMYK 0 0.68 0.26 0.01
HSL 323.51º 0.98% 0.66% -
HSV(B) 323.51º 0.68% 0.99% -
XYZ 52.39 30.46 49.57 -
YUV 144.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 253 82 186 0 0.68 0.26 0.01 323.51 0.98 0.66
Hex FD 52 BA 0 44 1A 1 144 62 42
Octal 375 122 272 0 104 32 1 504 142 102
Binary 11111101 1010010 10111010 0 1000100 11010 1 101000100 1100010 1000010

Color Harmonies of #FD52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52BA

Black with #FD52BA

Text Example


Text Example

White with #FD52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52BA; }

 p { color: rgb(253,82,186); }

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

background-color css

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

 a { background-color: rgb(253,82,186); }

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

border-color css

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

 span { border-color: rgb(253,82,186); }

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