Html Css Color HEX #FE71B9 Hot Pink

📋 copy color: '#FE71B9'

red 254 ◦ green 113 ◦ blue 185

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

Shades of Hot Pink #FE71B9

Tints of Hot Pink #FE71B9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.47%

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

R = 46.01%
G = 20.47%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE71B9 (or 0xFE71B9) is known color: Hot Pink. HEX triplet: FE, 71 and B9. RGB value is (254,113,185). Sum of RGB (Red+Green+Blue) = 254+113+185=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71B9 is #018E46. Grayscale: #A3A3A3. Windows color (decimal): -101959 or 12153342. OLE color: 12153342.

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

Color convert

RGB 254 113 185 -
CMYK 0 0.56 0.27 0.00
HSL 329.36º 0.99% 0.72% -
HSV(B) 329.36º 0.56% 1% -
XYZ 55.54 36.38 49.99 -
YUV 163.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 254 113 185 0 0.56 0.27 0.00 329.36 0.99 0.72
Hex FE 71 B9 0 38 1B 0 149 63 48
Octal 376 161 271 0 70 33 0 511 143 110
Binary 11111110 1110001 10111001 0 111000 11011 0 101001001 1100011 1001000

Color Harmonies of #FE71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71B9

Black with #FE71B9

Text Example


Text Example

White with #FE71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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