Html Css Color HEX #F80985 Deep Pink

📋 copy color: '#F80985'

red 248 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #F80985

Tints of Deep Pink #F80985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 63.59%
G = 2.31%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F80985 (or 0xF80985) is known color: Deep Pink. HEX triplet: F8, 09 and 85. RGB value is (248,9,133). Sum of RGB (Red+Green+Blue) = 248+9+133=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F80985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80985 is #07F67A. Grayscale: #5E5E5E. Windows color (decimal): -521851 or 8718840. OLE color: 8718840.

HSL color Cylindrical-coordinate representation of color #F80985: hue angle of 328.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80985 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 133 -
CMYK 0 0.96 0.46 0.03
HSL 328.87º 0.94% 0.5% -
HSV(B) 328.87º 0.96% 0.97% -
XYZ 43.04 21.85 24.14 -
YUV 94.6 149.68 237.42 -
System Red Green Blue C M Y K H S L
Decimal 248 9 133 0 0.96 0.46 0.03 328.87 0.94 0.5
Hex F8 9 85 0 60 2E 3 149 5E 32
Octal 370 11 205 0 140 56 3 511 136 62
Binary 11111000 1001 10000101 0 1100000 101110 11 101001001 1011110 110010

Color Harmonies of #F80985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80985

Black with #F80985

Text Example


Text Example

White with #F80985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80985; }

 p { color: rgb(248,9,133); }

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

background-color css

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

 a { background-color: rgb(248,9,133); }

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

border-color css

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

 span { border-color: rgb(248,9,133); }

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