Html Css Color HEX #F80390 Deep Pink

📋 copy color: '#F80390'

red 248 ◦ green 3 ◦ blue 144

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

Shades of Deep Pink #F80390

Tints of Deep Pink #F80390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 62.78%
G = 0.76%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F80390 (or 0xF80390) is known color: Deep Pink. HEX triplet: F8, 03 and 90. RGB value is (248,3,144). Sum of RGB (Red+Green+Blue) = 248+3+144=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F80390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80390 is #07FC6F. Grayscale: #5C5C5C. Windows color (decimal): -523376 or 9438200. OLE color: 9438200.

HSL color Cylindrical-coordinate representation of color #F80390: hue angle of 325.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80390 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 3 144 -
CMYK 0 0.99 0.42 0.03
HSL 325.47º 0.98% 0.49% -
HSV(B) 325.47º 0.99% 0.97% -
XYZ 43.78 22.04 28.33 -
YUV 92.33 157.17 239.04 -
System Red Green Blue C M Y K H S L
Decimal 248 3 144 0 0.99 0.42 0.03 325.47 0.98 0.49
Hex F8 3 90 0 63 2A 3 145 62 31
Octal 370 3 220 0 143 52 3 505 142 61
Binary 11111000 11 10010000 0 1100011 101010 11 101000101 1100010 110001

Color Harmonies of #F80390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80390

Black with #F80390

Text Example


Text Example

White with #F80390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80390; }

 p { color: rgb(248,3,144); }

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

background-color css

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

 a { background-color: rgb(248,3,144); }

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

border-color css

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

 span { border-color: rgb(248,3,144); }

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