Html Css Color HEX #FB71B2 Hot Pink

📋 copy color: '#FB71B2'

red 251 ◦ green 113 ◦ blue 178

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

Shades of Hot Pink #FB71B2

Tints of Hot Pink #FB71B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 46.31%
G = 20.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB71B2 (or 0xFB71B2) is known color: Hot Pink. HEX triplet: FB, 71 and B2. RGB value is (251,113,178). Sum of RGB (Red+Green+Blue) = 251+113+178=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB71B2 is #048E4D. Grayscale: #A1A1A1. Windows color (decimal): -298574 or 11694587. OLE color: 11694587.

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

Color convert

RGB 251 113 178 -
CMYK 0 0.55 0.29 0.02
HSL 331.74º 0.95% 0.71% -
HSV(B) 331.74º 0.55% 0.98% -
XYZ 53.72 35.53 46.15 -
YUV 161.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 251 113 178 0 0.55 0.29 0.02 331.74 0.95 0.71
Hex FB 71 B2 0 37 1D 2 14C 5F 47
Octal 373 161 262 0 67 35 2 514 137 107
Binary 11111011 1110001 10110010 0 110111 11101 10 101001100 1011111 1000111

Color Harmonies of #FB71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71B2

Black with #FB71B2

Text Example


Text Example

White with #FB71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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