Html Css Color HEX #FB71AF Hot Pink

📋 copy color: '#FB71AF'

red 251 ◦ green 113 ◦ blue 175

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

Shades of Hot Pink #FB71AF

Tints of Hot Pink #FB71AF

RGB

 RED value IS 251 (98.44% from 255) = 46.57%

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 46.57%
G = 20.96%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB71AF (or 0xFB71AF) is known color: Hot Pink. HEX triplet: FB, 71 and AF. RGB value is (251,113,175). Sum of RGB (Red+Green+Blue) = 251+113+175=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB71AF is #048E50. Grayscale: #A1A1A1. Windows color (decimal): -298577 or 11497979. OLE color: 11497979.

HSL color Cylindrical-coordinate representation of color #FB71AF: hue angle of 333.04º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71AF is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 175 -
CMYK 0 0.55 0.30 0.02
HSL 333.04º 0.95% 0.71% -
HSV(B) 333.04º 0.55% 0.98% -
XYZ 53.43 35.41 44.58 -
YUV 161.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 251 113 175 0 0.55 0.30 0.02 333.04 0.95 0.71
Hex FB 71 AF 0 37 1E 2 14D 5F 47
Octal 373 161 257 0 67 36 2 515 137 107
Binary 11111011 1110001 10101111 0 110111 11110 10 101001101 1011111 1000111

Color Harmonies of #FB71AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71AF

Black with #FB71AF

Text Example


Text Example

White with #FB71AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71AF; }

 p { color: rgb(251,113,175); }

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

background-color css

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

 a { background-color: rgb(251,113,175); }

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

border-color css

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

 span { border-color: rgb(251,113,175); }

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