Html Css Color HEX #F85DB3 Hot Pink

📋 copy color: '#F85DB3'

red 248 ◦ green 93 ◦ blue 179

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

Shades of Hot Pink #F85DB3

Tints of Hot Pink #F85DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 47.69%
G = 17.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F85DB3 (or 0xF85DB3) is known color: Hot Pink. HEX triplet: F8, 5D and B3. RGB value is (248,93,179). Sum of RGB (Red+Green+Blue) = 248+93+179=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DB3 is #07A24C. Grayscale: #949494. Windows color (decimal): -500301 or 11755000. OLE color: 11755000.

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

Color convert

RGB 248 93 179 -
CMYK 0 0.62 0.28 0.03
HSL 326.71º 0.92% 0.67% -
HSV(B) 326.71º 0.63% 0.97% -
XYZ 50.76 31.04 45.96 -
YUV 149.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 248 93 179 0 0.62 0.28 0.03 326.71 0.92 0.67
Hex F8 5D B3 0 3E 1C 3 147 5C 43
Octal 370 135 263 0 76 34 3 507 134 103
Binary 11111000 1011101 10110011 0 111110 11100 11 101000111 1011100 1000011

Color Harmonies of #F85DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DB3

Black with #F85DB3

Text Example


Text Example

White with #F85DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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