Html Css Color HEX #FF71B9 Hot Pink

📋 copy color: '#FF71B9'

red 255 ◦ green 113 ◦ blue 185

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

Shades of Hot Pink #FF71B9

Tints of Hot Pink #FF71B9

RGB

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

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

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

R = 46.11%
G = 20.43%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF71B9 (or 0xFF71B9) is known color: Hot Pink. HEX triplet: FF, 71 and B9. RGB value is (255,113,185). Sum of RGB (Red+Green+Blue) = 255+113+185=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71B9 is #008E46. Grayscale: #A3A3A3. Windows color (decimal): -36423 or 12153343. OLE color: 12153343.

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

Color convert

RGB 255 113 185 -
CMYK 0 0.56 0.27 0
HSL 329.58º 1% 0.72% -
HSV(B) 329.58º 0.56% 1% -
XYZ 55.9 36.57 50.01 -
YUV 163.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 255 113 185 0 0.56 0.27 0 329.58 1 0.72
Hex FF 71 B9 0 38 1B 0 14A 64 48
Octal 377 161 271 0 70 33 0 512 144 110
Binary 11111111 1110001 10111001 0 111000 11011 0 101001010 1100100 1001000

Color Harmonies of #FF71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71B9

Black with #FF71B9

Text Example


Text Example

White with #FF71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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