Html Css Color HEX #FE71BA Hot Pink

📋 copy color: '#FE71BA'

red 254 ◦ green 113 ◦ blue 186

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

Shades of Hot Pink #FE71BA

Tints of Hot Pink #FE71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 45.93%
G = 20.43%
B = 33.63%

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

#FE71BA (or 0xFE71BA) is known color: Hot Pink. HEX triplet: FE, 71 and BA. RGB value is (254,113,186). Sum of RGB (Red+Green+Blue) = 254+113+186=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71BA is #018E45. Grayscale: #A3A3A3. Windows color (decimal): -101958 or 12218878. OLE color: 12218878.

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

Color convert

RGB 254 113 186 -
CMYK 0 0.56 0.27 0.00
HSL 328.94º 0.99% 0.72% -
HSV(B) 328.94º 0.56% 1% -
XYZ 55.64 36.43 50.55 -
YUV 163.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 254 113 186 0 0.56 0.27 0.00 328.94 0.99 0.72
Hex FE 71 BA 0 38 1B 0 149 63 48
Octal 376 161 272 0 70 33 0 511 143 110
Binary 11111110 1110001 10111010 0 111000 11011 0 101001001 1100011 1001000

Color Harmonies of #FE71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71BA

Black with #FE71BA

Text Example


Text Example

White with #FE71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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