Html Css Color HEX #F870AD Hot Pink

📋 copy color: '#F870AD'

red 248 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #F870AD

Tints of Hot Pink #F870AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.01%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 46.53%
G = 21.01%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F870AD (or 0xF870AD) is known color: Hot Pink. HEX triplet: F8, 70 and AD. RGB value is (248,112,173). Sum of RGB (Red+Green+Blue) = 248+112+173=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F870AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F870AD is #078F52. Grayscale: #9F9F9F. Windows color (decimal): -495443 or 11366648. OLE color: 11366648.

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

Color convert

RGB 248 112 173 -
CMYK 0 0.55 0.30 0.03
HSL 333.09º 0.91% 0.71% -
HSV(B) 333.09º 0.55% 0.97% -
XYZ 52.05 34.56 43.46 -
YUV 159.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 248 112 173 0 0.55 0.30 0.03 333.09 0.91 0.71
Hex F8 70 AD 0 37 1E 3 14D 5B 47
Octal 370 160 255 0 67 36 3 515 133 107
Binary 11111000 1110000 10101101 0 110111 11110 11 101001101 1011011 1000111

Color Harmonies of #F870AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870AD

Black with #F870AD

Text Example


Text Example

White with #F870AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870AD; }

 p { color: rgb(248,112,173); }

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

background-color css

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

 a { background-color: rgb(248,112,173); }

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

border-color css

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

 span { border-color: rgb(248,112,173); }

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