Html Css Color HEX #F85DB4 Hot Pink

📋 copy color: '#F85DB4'

red 248 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #F85DB4

Tints of Hot Pink #F85DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 47.6%
G = 17.85%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F85DB4 (or 0xF85DB4) is known color: Hot Pink. HEX triplet: F8, 5D and B4. RGB value is (248,93,180). Sum of RGB (Red+Green+Blue) = 248+93+180=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DB4 is #07A24B. Grayscale: #959595. Windows color (decimal): -500300 or 11820536. OLE color: 11820536.

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

Color convert

RGB 248 93 180 -
CMYK 0 0.62 0.27 0.03
HSL 326.32º 0.92% 0.67% -
HSV(B) 326.32º 0.63% 0.97% -
XYZ 50.86 31.08 46.5 -
YUV 149.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 248 93 180 0 0.62 0.27 0.03 326.32 0.92 0.67
Hex F8 5D B4 0 3E 1B 3 146 5C 43
Octal 370 135 264 0 76 33 3 506 134 103
Binary 11111000 1011101 10110100 0 111110 11011 11 101000110 1011100 1000011

Color Harmonies of #F85DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DB4

Black with #F85DB4

Text Example


Text Example

White with #F85DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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