Html Css Color HEX #FF71AE Hot Pink

📋 copy color: '#FF71AE'

red 255 ◦ green 113 ◦ blue 174

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

Shades of Hot Pink #FF71AE

Tints of Hot Pink #FF71AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.1%

R = 47.05%
G = 20.85%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF71AE (or 0xFF71AE) is known color: Hot Pink. HEX triplet: FF, 71 and AE. RGB value is (255,113,174). Sum of RGB (Red+Green+Blue) = 255+113+174=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71AE is #008E51. Grayscale: #A2A2A2. Windows color (decimal): -36434 or 11432447. OLE color: 11432447.

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

Color convert

RGB 255 113 174 -
CMYK 0 0.56 0.32 0
HSL 334.23º 1% 0.72% -
HSV(B) 334.23º 0.56% 1% -
XYZ 54.79 36.13 44.13 -
YUV 162.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 255 113 174 0 0.56 0.32 0 334.23 1 0.72
Hex FF 71 AE 0 38 20 0 14E 64 48
Octal 377 161 256 0 70 40 0 516 144 110
Binary 11111111 1110001 10101110 0 111000 100000 0 101001110 1100100 1001000

Color Harmonies of #FF71AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71AE

Black with #FF71AE

Text Example


Text Example

White with #FF71AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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