Html Css Color HEX #F80289 Deep Pink

📋 copy color: '#F80289'

red 248 ◦ green 2 ◦ blue 137

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

Shades of Deep Pink #F80289

Tints of Deep Pink #F80289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 64.08%
G = 0.52%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F80289 (or 0xF80289) is known color: Deep Pink. HEX triplet: F8, 02 and 89. RGB value is (248,2,137). Sum of RGB (Red+Green+Blue) = 248+2+137=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F80289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80289 is #07FD76. Grayscale: #5A5A5A. Windows color (decimal): -523639 or 8979192. OLE color: 8979192.

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

Color convert

RGB 248 2 137 -
CMYK 0 0.99 0.45 0.03
HSL 327.07º 0.98% 0.49% -
HSV(B) 327.07º 0.99% 0.97% -
XYZ 43.25 21.81 25.6 -
YUV 90.94 154 240.02 -
System Red Green Blue C M Y K H S L
Decimal 248 2 137 0 0.99 0.45 0.03 327.07 0.98 0.49
Hex F8 2 89 0 63 2D 3 147 62 31
Octal 370 2 211 0 143 55 3 507 142 61
Binary 11111000 10 10001001 0 1100011 101101 11 101000111 1100010 110001

Color Harmonies of #F80289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80289

Black with #F80289

Text Example


Text Example

White with #F80289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80289; }

 p { color: rgb(248,2,137); }

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

background-color css

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

 a { background-color: rgb(248,2,137); }

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

border-color css

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

 span { border-color: rgb(248,2,137); }

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