Html Css Color HEX #F85DB8 Hot Pink

📋 copy color: '#F85DB8'

red 248 ◦ green 93 ◦ blue 184

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

Shades of Hot Pink #F85DB8

Tints of Hot Pink #F85DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.05%

R = 47.24%
G = 17.71%
B = 35.05%

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

#F85DB8 (or 0xF85DB8) is known color: Hot Pink. HEX triplet: F8, 5D and B8. RGB value is (248,93,184). Sum of RGB (Red+Green+Blue) = 248+93+184=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DB8 is #07A247. Grayscale: #959595. Windows color (decimal): -500296 or 12082680. OLE color: 12082680.

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

Color convert

RGB 248 93 184 -
CMYK 0 0.62 0.26 0.03
HSL 324.77º 0.92% 0.67% -
HSV(B) 324.77º 0.63% 0.97% -
XYZ 51.28 31.25 48.68 -
YUV 149.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 248 93 184 0 0.62 0.26 0.03 324.77 0.92 0.67
Hex F8 5D B8 0 3E 1A 3 145 5C 43
Octal 370 135 270 0 76 32 3 505 134 103
Binary 11111000 1011101 10111000 0 111110 11010 11 101000101 1011100 1000011

Color Harmonies of #F85DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DB8

Black with #F85DB8

Text Example


Text Example

White with #F85DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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