Html Css Color HEX #F870B7 Hot Pink

📋 copy color: '#F870B7'

red 248 ◦ green 112 ◦ blue 183

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

Shades of Hot Pink #F870B7

Tints of Hot Pink #F870B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 45.67%
G = 20.63%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F870B7 (or 0xF870B7) is known color: Hot Pink. HEX triplet: F8, 70 and B7. RGB value is (248,112,183). Sum of RGB (Red+Green+Blue) = 248+112+183=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F870B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870B7 is #078F48. Grayscale: #A0A0A0. Windows color (decimal): -495433 or 12022008. OLE color: 12022008.

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

Color convert

RGB 248 112 183 -
CMYK 0 0.55 0.26 0.03
HSL 328.68º 0.91% 0.71% -
HSV(B) 328.68º 0.55% 0.97% -
XYZ 53.05 34.96 48.75 -
YUV 160.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 248 112 183 0 0.55 0.26 0.03 328.68 0.91 0.71
Hex F8 70 B7 0 37 1A 3 149 5B 47
Octal 370 160 267 0 67 32 3 511 133 107
Binary 11111000 1110000 10110111 0 110111 11010 11 101001001 1011011 1000111

Color Harmonies of #F870B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870B7

Black with #F870B7

Text Example


Text Example

White with #F870B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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