Html Css Color HEX #F85DB9 Hot Pink

📋 copy color: '#F85DB9'

red 248 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #F85DB9

Tints of Hot Pink #F85DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 47.15%
G = 17.68%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F85DB9 (or 0xF85DB9) is known color: Hot Pink. HEX triplet: F8, 5D and B9. RGB value is (248,93,185). Sum of RGB (Red+Green+Blue) = 248+93+185=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DB9 is #07A246. Grayscale: #959595. Windows color (decimal): -500295 or 12148216. OLE color: 12148216.

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

Color convert

RGB 248 93 185 -
CMYK 0 0.62 0.25 0.03
HSL 324.39º 0.92% 0.67% -
HSV(B) 324.39º 0.63% 0.97% -
XYZ 51.38 31.29 49.23 -
YUV 149.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 248 93 185 0 0.62 0.25 0.03 324.39 0.92 0.67
Hex F8 5D B9 0 3E 19 3 144 5C 43
Octal 370 135 271 0 76 31 3 504 134 103
Binary 11111000 1011101 10111001 0 111110 11001 11 101000100 1011100 1000011

Color Harmonies of #F85DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DB9

Black with #F85DB9

Text Example


Text Example

White with #F85DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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