Html Css Color HEX #F871B0 Hot Pink

📋 copy color: '#F871B0'

red 248 ◦ green 113 ◦ blue 176

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

Shades of Hot Pink #F871B0

Tints of Hot Pink #F871B0

RGB

 RED value IS 248 (97.27% from 255) = 46.18%

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 46.18%
G = 21.04%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F871B0 (or 0xF871B0) is known color: Hot Pink. HEX triplet: F8, 71 and B0. RGB value is (248,113,176). Sum of RGB (Red+Green+Blue) = 248+113+176=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F871B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F871B0 is #078E4F. Grayscale: #A0A0A0. Windows color (decimal): -495184 or 11563512. OLE color: 11563512.

HSL color Cylindrical-coordinate representation of color #F871B0: hue angle of 332º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F871B0 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 113 176 -
CMYK 0 0.54 0.29 0.03
HSL 332º 0.91% 0.71% -
HSV(B) 332º 0.54% 0.97% -
XYZ 52.45 34.9 45.05 -
YUV 160.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 248 113 176 0 0.54 0.29 0.03 332 0.91 0.71
Hex F8 71 B0 0 36 1D 3 14C 5B 47
Octal 370 161 260 0 66 35 3 514 133 107
Binary 11111000 1110001 10110000 0 110110 11101 11 101001100 1011011 1000111

Color Harmonies of #F871B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F871B0

Black with #F871B0

Text Example


Text Example

White with #F871B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F871B0; }

 p { color: rgb(248,113,176); }

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

background-color css

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

 a { background-color: rgb(248,113,176); }

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

border-color css

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

 span { border-color: rgb(248,113,176); }

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