Html Css Color HEX #FB71B5 Hot Pink

📋 copy color: '#FB71B5'

red 251 ◦ green 113 ◦ blue 181

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

Shades of Hot Pink #FB71B5

Tints of Hot Pink #FB71B5

RGB

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

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

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

R = 46.06%
G = 20.73%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB71B5 (or 0xFB71B5) is known color: Hot Pink. HEX triplet: FB, 71 and B5. RGB value is (251,113,181). Sum of RGB (Red+Green+Blue) = 251+113+181=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71B5 is #048E4A. Grayscale: #A1A1A1. Windows color (decimal): -298571 or 11891195. OLE color: 11891195.

HSL color Cylindrical-coordinate representation of color #FB71B5: hue angle of 330.43º 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 #FB71B5 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 181 -
CMYK 0 0.55 0.28 0.02
HSL 330.43º 0.95% 0.71% -
HSV(B) 330.43º 0.55% 0.98% -
XYZ 54.03 35.66 47.75 -
YUV 162.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 251 113 181 0 0.55 0.28 0.02 330.43 0.95 0.71
Hex FB 71 B5 0 37 1C 2 14A 5F 47
Octal 373 161 265 0 67 34 2 512 137 107
Binary 11111011 1110001 10110101 0 110111 11100 10 101001010 1011111 1000111

Color Harmonies of #FB71B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71B5

Black with #FB71B5

Text Example


Text Example

White with #FB71B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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