Html Css Color HEX #F856BA Hot Pink

📋 copy color: '#F856BA'

red 248 ◦ green 86 ◦ blue 186

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

Shades of Hot Pink #F856BA

Tints of Hot Pink #F856BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.54%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 47.69%
G = 16.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F856BA (or 0xF856BA) is known color: Hot Pink. HEX triplet: F8, 56 and BA. RGB value is (248,86,186). Sum of RGB (Red+Green+Blue) = 248+86+186=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F856BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856BA is #07A945. Grayscale: #919191. Windows color (decimal): -502086 or 12211960. OLE color: 12211960.

HSL color Cylindrical-coordinate representation of color #F856BA: hue angle of 322.96º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856BA is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 186 -
CMYK 0 0.65 0.25 0.03
HSL 322.96º 0.92% 0.65% -
HSV(B) 322.96º 0.65% 0.97% -
XYZ 50.9 30.16 49.59 -
YUV 145.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 248 86 186 0 0.65 0.25 0.03 322.96 0.92 0.65
Hex F8 56 BA 0 41 19 3 143 5C 41
Octal 370 126 272 0 101 31 3 503 134 101
Binary 11111000 1010110 10111010 0 1000001 11001 11 101000011 1011100 1000001

Color Harmonies of #F856BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856BA

Black with #F856BA

Text Example


Text Example

White with #F856BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856BA; }

 p { color: rgb(248,86,186); }

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

background-color css

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

 a { background-color: rgb(248,86,186); }

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

border-color css

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

 span { border-color: rgb(248,86,186); }

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