Html Css Color HEX #FE52BB Hot Pink

📋 copy color: '#FE52BB'

red 254 ◦ green 82 ◦ blue 187

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

Shades of Hot Pink #FE52BB

Tints of Hot Pink #FE52BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 48.57%
G = 15.68%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE52BB (or 0xFE52BB) is known color: Hot Pink. HEX triplet: FE, 52 and BB. RGB value is (254,82,187). Sum of RGB (Red+Green+Blue) = 254+82+187=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52BB is #01AD44. Grayscale: #919191. Windows color (decimal): -109893 or 12276478. OLE color: 12276478.

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

Color convert

RGB 254 82 187 -
CMYK 0 0.68 0.26 0.00
HSL 323.37º 0.99% 0.66% -
HSV(B) 323.37º 0.68% 1% -
XYZ 52.86 30.69 50.15 -
YUV 145.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 254 82 187 0 0.68 0.26 0.00 323.37 0.99 0.66
Hex FE 52 BB 0 44 1A 0 143 63 42
Octal 376 122 273 0 104 32 0 503 143 102
Binary 11111110 1010010 10111011 0 1000100 11010 0 101000011 1100011 1000010

Color Harmonies of #FE52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52BB

Black with #FE52BB

Text Example


Text Example

White with #FE52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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