Html Css Color HEX #FF71AA Hot Pink

📋 copy color: '#FF71AA'

red 255 ◦ green 113 ◦ blue 170

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

Shades of Hot Pink #FF71AA

Tints of Hot Pink #FF71AA

RGB

 RED value IS 255 (100% from 255) = 47.4%

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 47.4%
G = 21%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF71AA (or 0xFF71AA) is known color: Hot Pink. HEX triplet: FF, 71 and AA. RGB value is (255,113,170). Sum of RGB (Red+Green+Blue) = 255+113+170=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71AA is #008E55. Grayscale: #A1A1A1. Windows color (decimal): -36438 or 11170303. OLE color: 11170303.

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

Color convert

RGB 255 113 170 -
CMYK 0 0.56 0.33 0
HSL 335.92º 1% 0.72% -
HSV(B) 335.92º 0.56% 1% -
XYZ 54.4 35.97 42.11 -
YUV 161.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 255 113 170 0 0.56 0.33 0 335.92 1 0.72
Hex FF 71 AA 0 38 21 0 150 64 48
Octal 377 161 252 0 70 41 0 520 144 110
Binary 11111111 1110001 10101010 0 111000 100001 0 101010000 1100100 1001000

Color Harmonies of #FF71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71AA

Black with #FF71AA

Text Example


Text Example

White with #FF71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71AA; }

 p { color: rgb(255,113,170); }

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

background-color css

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

 a { background-color: rgb(255,113,170); }

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

border-color css

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

 span { border-color: rgb(255,113,170); }

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