Html Css Color HEX #F85AB7 Hot Pink

📋 copy color: '#F85AB7'

red 248 ◦ green 90 ◦ blue 183

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

Shades of Hot Pink #F85AB7

Tints of Hot Pink #F85AB7

RGB

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

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

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

R = 47.6%
G = 17.27%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F85AB7 (or 0xF85AB7) is known color: Hot Pink. HEX triplet: F8, 5A and B7. RGB value is (248,90,183). Sum of RGB (Red+Green+Blue) = 248+90+183=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85AB7 is #07A548. Grayscale: #939393. Windows color (decimal): -501065 or 12016376. OLE color: 12016376.

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

Color convert

RGB 248 90 183 -
CMYK 0 0.64 0.26 0.03
HSL 324.68º 0.92% 0.66% -
HSV(B) 324.68º 0.64% 0.97% -
XYZ 50.91 30.69 48.04 -
YUV 147.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 248 90 183 0 0.64 0.26 0.03 324.68 0.92 0.66
Hex F8 5A B7 0 40 1A 3 145 5C 42
Octal 370 132 267 0 100 32 3 505 134 102
Binary 11111000 1011010 10110111 0 1000000 11010 11 101000101 1011100 1000010

Color Harmonies of #F85AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AB7

Black with #F85AB7

Text Example


Text Example

White with #F85AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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