Html Css Color HEX #F90089 Deep Pink

📋 copy color: '#F90089'

red 249 ◦ green 0 ◦ blue 137

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

Shades of Deep Pink #F90089

Tints of Deep Pink #F90089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.51%
G = 0%
B = 35.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F90089 (or 0xF90089) is known color: Deep Pink. HEX triplet: F9, 00 and 89. RGB value is (249,0,137). Sum of RGB (Red+Green+Blue) = 249+0+137=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F90089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90089 is #06FF76. Grayscale: #595959. Windows color (decimal): -458615 or 8978681. OLE color: 8978681.

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

Color convert

RGB 249 0 137 -
CMYK 0 1 0.45 0.02
HSL 326.99º 1% 0.49% -
HSV(B) 326.99º 1% 0.98% -
XYZ 43.58 21.95 25.61 -
YUV 90.07 154.49 241.36 -
System Red Green Blue C M Y K H S L
Decimal 249 0 137 0 1 0.45 0.02 326.99 1 0.49
Hex F9 0 89 0 64 2D 2 147 64 31
Octal 371 0 211 0 144 55 2 507 144 61
Binary 11111001 0 10001001 0 1100100 101101 10 101000111 1100100 110001

Color Harmonies of #F90089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90089

Black with #F90089

Text Example


Text Example

White with #F90089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90089; }

 p { color: rgb(249,0,137); }

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

background-color css

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

 a { background-color: rgb(249,0,137); }

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

border-color css

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

 span { border-color: rgb(249,0,137); }

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