Html Css Color HEX #FF71B5 Hot Pink

📋 copy color: '#FF71B5'

red 255 ◦ green 113 ◦ blue 181

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

Shades of Hot Pink #FF71B5

Tints of Hot Pink #FF71B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.97%

R = 46.45%
G = 20.58%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF71B5 (or 0xFF71B5) is known color: Hot Pink. HEX triplet: FF, 71 and B5. RGB value is (255,113,181). Sum of RGB (Red+Green+Blue) = 255+113+181=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71B5 is #008E4A. Grayscale: #A3A3A3. Windows color (decimal): -36427 or 11891199. OLE color: 11891199.

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

Color convert

RGB 255 113 181 -
CMYK 0 0.56 0.29 0
HSL 331.27º 1% 0.72% -
HSV(B) 331.27º 0.56% 1% -
XYZ 55.49 36.41 47.82 -
YUV 163.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 255 113 181 0 0.56 0.29 0 331.27 1 0.72
Hex FF 71 B5 0 38 1D 0 14B 64 48
Octal 377 161 265 0 70 35 0 513 144 110
Binary 11111111 1110001 10110101 0 111000 11101 0 101001011 1100100 1001000

Color Harmonies of #FF71B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71B5

Black with #FF71B5

Text Example


Text Example

White with #FF71B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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