Html Css Color HEX #F856BD Hot Pink

📋 copy color: '#F856BD'

red 248 ◦ green 86 ◦ blue 189

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

Shades of Hot Pink #F856BD

Tints of Hot Pink #F856BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 47.42%
G = 16.44%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F856BD (or 0xF856BD) is known color: Hot Pink. HEX triplet: F8, 56 and BD. RGB value is (248,86,189). Sum of RGB (Red+Green+Blue) = 248+86+189=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F856BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856BD is #07A942. Grayscale: #919191. Windows color (decimal): -502083 or 12408568. OLE color: 12408568.

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

Color convert

RGB 248 86 189 -
CMYK 0 0.65 0.24 0.03
HSL 321.85º 0.92% 0.65% -
HSV(B) 321.85º 0.65% 0.97% -
XYZ 51.22 30.29 51.29 -
YUV 146.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 248 86 189 0 0.65 0.24 0.03 321.85 0.92 0.65
Hex F8 56 BD 0 41 18 3 142 5C 41
Octal 370 126 275 0 101 30 3 502 134 101
Binary 11111000 1010110 10111101 0 1000001 11000 11 101000010 1011100 1000001

Color Harmonies of #F856BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856BD

Black with #F856BD

Text Example


Text Example

White with #F856BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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