Html Css Color HEX #F90880 Deep Pink

📋 copy color: '#F90880'

red 249 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #F90880

Tints of Deep Pink #F90880

RGB

 RED value IS 249 (97.66% from 255) = 64.68%

 GREEN value IS 8 (3.52% from 255) = 2.08%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 64.68%
G = 2.08%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F90880 (or 0xF90880) is known color: Deep Pink. HEX triplet: F9, 08 and 80. RGB value is (249,8,128). Sum of RGB (Red+Green+Blue) = 249+8+128=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90880 is #06F77F. Grayscale: #5D5D5D. Windows color (decimal): -456576 or 8390905. OLE color: 8390905.

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

Color convert

RGB 249 8 128 -
CMYK 0 0.97 0.49 0.02
HSL 330.12º 0.95% 0.5% -
HSV(B) 330.12º 0.97% 0.98% -
XYZ 43.05 21.87 22.37 -
YUV 93.74 147.34 238.74 -
System Red Green Blue C M Y K H S L
Decimal 249 8 128 0 0.97 0.49 0.02 330.12 0.95 0.5
Hex F9 8 80 0 61 31 2 14A 5F 32
Octal 371 10 200 0 141 61 2 512 137 62
Binary 11111001 1000 10000000 0 1100001 110001 10 101001010 1011111 110010

Color Harmonies of #F90880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90880

Black with #F90880

Text Example


Text Example

White with #F90880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90880; }

 p { color: rgb(249,8,128); }

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

background-color css

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

 a { background-color: rgb(249,8,128); }

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

border-color css

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

 span { border-color: rgb(249,8,128); }

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