Html Css Color HEX #F85DB7 Hot Pink

📋 copy color: '#F85DB7'

red 248 ◦ green 93 ◦ blue 183

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

Shades of Hot Pink #F85DB7

Tints of Hot Pink #F85DB7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.75%

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

R = 47.33%
G = 17.75%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F85DB7 (or 0xF85DB7) is known color: Hot Pink. HEX triplet: F8, 5D and B7. RGB value is (248,93,183). Sum of RGB (Red+Green+Blue) = 248+93+183=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DB7 is #07A248. Grayscale: #959595. Windows color (decimal): -500297 or 12017144. OLE color: 12017144.

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

Color convert

RGB 248 93 183 -
CMYK 0 0.62 0.26 0.03
HSL 325.16º 0.92% 0.67% -
HSV(B) 325.16º 0.63% 0.97% -
XYZ 51.17 31.2 48.13 -
YUV 149.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 248 93 183 0 0.62 0.26 0.03 325.16 0.92 0.67
Hex F8 5D B7 0 3E 1A 3 145 5C 43
Octal 370 135 267 0 76 32 3 505 134 103
Binary 11111000 1011101 10110111 0 111110 11010 11 101000101 1011100 1000011

Color Harmonies of #F85DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DB7

Black with #F85DB7

Text Example


Text Example

White with #F85DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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