Html Css Color HEX #FE52B9 Hot Pink

📋 copy color: '#FE52B9'

red 254 ◦ green 82 ◦ blue 185

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

Shades of Hot Pink #FE52B9

Tints of Hot Pink #FE52B9

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

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

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 48.75%
G = 15.74%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE52B9 (or 0xFE52B9) is known color: Hot Pink. HEX triplet: FE, 52 and B9. RGB value is (254,82,185). Sum of RGB (Red+Green+Blue) = 254+82+185=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52B9 is #01AD46. Grayscale: #909090. Windows color (decimal): -109895 or 12145406. OLE color: 12145406.

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

Color convert

RGB 254 82 185 -
CMYK 0 0.68 0.27 0.00
HSL 324.07º 0.99% 0.66% -
HSV(B) 324.07º 0.68% 1% -
XYZ 52.65 30.61 49.03 -
YUV 145.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 254 82 185 0 0.68 0.27 0.00 324.07 0.99 0.66
Hex FE 52 B9 0 44 1B 0 144 63 42
Octal 376 122 271 0 104 33 0 504 143 102
Binary 11111110 1010010 10111001 0 1000100 11011 0 101000100 1100011 1000010

Color Harmonies of #FE52B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52B9

Black with #FE52B9

Text Example


Text Example

White with #FE52B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52B9; }

 p { color: rgb(254,82,185); }

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

background-color css

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

 a { background-color: rgb(254,82,185); }

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

border-color css

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

 span { border-color: rgb(254,82,185); }

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