Html Css Color HEX #FE5FB9 Hot Pink

📋 copy color: '#FE5FB9'

red 254 ◦ green 95 ◦ blue 185

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

Shades of Hot Pink #FE5FB9

Tints of Hot Pink #FE5FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.79%

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

R = 47.57%
G = 17.79%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE5FB9 (or 0xFE5FB9) is known color: Hot Pink. HEX triplet: FE, 5F and B9. RGB value is (254,95,185). Sum of RGB (Red+Green+Blue) = 254+95+185=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FB9 is #01A046. Grayscale: #989898. Windows color (decimal): -106567 or 12148734. OLE color: 12148734.

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

Color convert

RGB 254 95 185 -
CMYK 0 0.63 0.27 0.00
HSL 326.04º 0.99% 0.68% -
HSV(B) 326.04º 0.63% 1% -
XYZ 53.72 32.76 49.39 -
YUV 152.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 254 95 185 0 0.63 0.27 0.00 326.04 0.99 0.68
Hex FE 5F B9 0 3F 1B 0 146 63 44
Octal 376 137 271 0 77 33 0 506 143 104
Binary 11111110 1011111 10111001 0 111111 11011 0 101000110 1100011 1000100

Color Harmonies of #FE5FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FB9

Black with #FE5FB9

Text Example


Text Example

White with #FE5FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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