Html Css Color HEX #FE5FB4 Hot Pink

📋 copy color: '#FE5FB4'

red 254 ◦ green 95 ◦ blue 180

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

Shades of Hot Pink #FE5FB4

Tints of Hot Pink #FE5FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 48.02%
G = 17.96%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE5FB4 (or 0xFE5FB4) is known color: Hot Pink. HEX triplet: FE, 5F and B4. RGB value is (254,95,180). Sum of RGB (Red+Green+Blue) = 254+95+180=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FB4 is #01A04B. Grayscale: #989898. Windows color (decimal): -106572 or 11821054. OLE color: 11821054.

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

Color convert

RGB 254 95 180 -
CMYK 0 0.63 0.29 0.00
HSL 327.92º 0.99% 0.68% -
HSV(B) 327.92º 0.63% 1% -
XYZ 53.2 32.55 46.66 -
YUV 152.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 254 95 180 0 0.63 0.29 0.00 327.92 0.99 0.68
Hex FE 5F B4 0 3F 1D 0 148 63 44
Octal 376 137 264 0 77 35 0 510 143 104
Binary 11111110 1011111 10110100 0 111111 11101 0 101001000 1100011 1000100

Color Harmonies of #FE5FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FB4

Black with #FE5FB4

Text Example


Text Example

White with #FE5FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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