Html Css Color HEX #F90491 Deep Pink

📋 copy color: '#F90491'

red 249 ◦ green 4 ◦ blue 145

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

Shades of Deep Pink #F90491

Tints of Deep Pink #F90491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 62.56%
G = 1.01%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F90491 (or 0xF90491) is known color: Deep Pink. HEX triplet: F9, 04 and 91. RGB value is (249,4,145). Sum of RGB (Red+Green+Blue) = 249+4+145=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F90491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90491 is #06FB6E. Grayscale: #5D5D5D. Windows color (decimal): -457583 or 9503993. OLE color: 9503993.

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

Color convert

RGB 249 4 145 -
CMYK 0 0.98 0.42 0.02
HSL 325.47º 0.97% 0.5% -
HSV(B) 325.47º 0.98% 0.98% -
XYZ 44.22 22.27 28.76 -
YUV 93.33 157.17 239.04 -
System Red Green Blue C M Y K H S L
Decimal 249 4 145 0 0.98 0.42 0.02 325.47 0.97 0.5
Hex F9 4 91 0 62 2A 2 145 61 32
Octal 371 4 221 0 142 52 2 505 141 62
Binary 11111001 100 10010001 0 1100010 101010 10 101000101 1100001 110010

Color Harmonies of #F90491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90491

Black with #F90491

Text Example


Text Example

White with #F90491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90491; }

 p { color: rgb(249,4,145); }

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

background-color css

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

 a { background-color: rgb(249,4,145); }

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

border-color css

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

 span { border-color: rgb(249,4,145); }

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