Html Css Color HEX #FB71B8 Hot Pink

📋 copy color: '#FB71B8'

red 251 ◦ green 113 ◦ blue 184

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

Shades of Hot Pink #FB71B8

Tints of Hot Pink #FB71B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 45.8%
G = 20.62%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB71B8 (or 0xFB71B8) is known color: Hot Pink. HEX triplet: FB, 71 and B8. RGB value is (251,113,184). Sum of RGB (Red+Green+Blue) = 251+113+184=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71B8 is #048E47. Grayscale: #A2A2A2. Windows color (decimal): -298568 or 12087803. OLE color: 12087803.

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

Color convert

RGB 251 113 184 -
CMYK 0 0.55 0.27 0.02
HSL 329.13º 0.95% 0.71% -
HSV(B) 329.13º 0.55% 0.98% -
XYZ 54.34 35.78 49.39 -
YUV 162.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 251 113 184 0 0.55 0.27 0.02 329.13 0.95 0.71
Hex FB 71 B8 0 37 1B 2 149 5F 47
Octal 373 161 270 0 67 33 2 511 137 107
Binary 11111011 1110001 10111000 0 110111 11011 10 101001001 1011111 1000111

Color Harmonies of #FB71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71B8

Black with #FB71B8

Text Example


Text Example

White with #FB71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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