Html Css Color HEX #FF71BA Hot Pink

📋 copy color: '#FF71BA'

red 255 ◦ green 113 ◦ blue 186

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

Shades of Hot Pink #FF71BA

Tints of Hot Pink #FF71BA

RGB

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

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

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

R = 46.03%
G = 20.4%
B = 33.57%

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

#FF71BA (or 0xFF71BA) is known color: Hot Pink. HEX triplet: FF, 71 and BA. RGB value is (255,113,186). Sum of RGB (Red+Green+Blue) = 255+113+186=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71BA is #008E45. Grayscale: #A3A3A3. Windows color (decimal): -36422 or 12218879. OLE color: 12218879.

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

Color convert

RGB 255 113 186 -
CMYK 0 0.56 0.27 0
HSL 329.15º 1% 0.72% -
HSV(B) 329.15º 0.56% 1% -
XYZ 56.01 36.62 50.57 -
YUV 163.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 255 113 186 0 0.56 0.27 0 329.15 1 0.72
Hex FF 71 BA 0 38 1B 0 149 64 48
Octal 377 161 272 0 70 33 0 511 144 110
Binary 11111111 1110001 10111010 0 111000 11011 0 101001001 1100100 1001000

Color Harmonies of #FF71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71BA

Black with #FF71BA

Text Example


Text Example

White with #FF71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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