Html Css Color HEX #F85AB1 Hot Pink

📋 copy color: '#F85AB1'

red 248 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #F85AB1

Tints of Hot Pink #F85AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.48%

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 48.16%
G = 17.48%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F85AB1 (or 0xF85AB1) is known color: Hot Pink. HEX triplet: F8, 5A and B1. RGB value is (248,90,177). Sum of RGB (Red+Green+Blue) = 248+90+177=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85AB1 is #07A54E. Grayscale: #929292. Windows color (decimal): -501071 or 11623160. OLE color: 11623160.

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

Color convert

RGB 248 90 177 -
CMYK 0 0.64 0.29 0.03
HSL 326.96º 0.92% 0.66% -
HSV(B) 326.96º 0.64% 0.97% -
XYZ 50.3 30.44 44.82 -
YUV 147.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 248 90 177 0 0.64 0.29 0.03 326.96 0.92 0.66
Hex F8 5A B1 0 40 1D 3 147 5C 42
Octal 370 132 261 0 100 35 3 507 134 102
Binary 11111000 1011010 10110001 0 1000000 11101 11 101000111 1011100 1000010

Color Harmonies of #F85AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AB1

Black with #F85AB1

Text Example


Text Example

White with #F85AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AB1; }

 p { color: rgb(248,90,177); }

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

background-color css

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

 a { background-color: rgb(248,90,177); }

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

border-color css

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

 span { border-color: rgb(248,90,177); }

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