Html Css Color HEX #F856B5 Hot Pink

📋 copy color: '#F856B5'

red 248 ◦ green 86 ◦ blue 181

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

Shades of Hot Pink #F856B5

Tints of Hot Pink #F856B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 48.16%
G = 16.7%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F856B5 (or 0xF856B5) is known color: Hot Pink. HEX triplet: F8, 56 and B5. RGB value is (248,86,181). Sum of RGB (Red+Green+Blue) = 248+86+181=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F856B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856B5 is #07A94A. Grayscale: #919191. Windows color (decimal): -502091 or 11884280. OLE color: 11884280.

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

Color convert

RGB 248 86 181 -
CMYK 0 0.65 0.27 0.03
HSL 324.81º 0.92% 0.65% -
HSV(B) 324.81º 0.65% 0.97% -
XYZ 50.38 29.95 46.84 -
YUV 145.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 248 86 181 0 0.65 0.27 0.03 324.81 0.92 0.65
Hex F8 56 B5 0 41 1B 3 145 5C 41
Octal 370 126 265 0 101 33 3 505 134 101
Binary 11111000 1010110 10110101 0 1000001 11011 11 101000101 1011100 1000001

Color Harmonies of #F856B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856B5

Black with #F856B5

Text Example


Text Example

White with #F856B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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