Html Css Color HEX #F90379 Deep Pink

📋 copy color: '#F90379'

red 249 ◦ green 3 ◦ blue 121

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

Shades of Deep Pink #F90379

Tints of Deep Pink #F90379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 66.76%
G = 0.8%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F90379 (or 0xF90379) is known color: Deep Pink. HEX triplet: F9, 03 and 79. RGB value is (249,3,121). Sum of RGB (Red+Green+Blue) = 249+3+121=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F90379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90379 is #06FC86. Grayscale: #595959. Windows color (decimal): -457863 or 7930873. OLE color: 7930873.

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

Color convert

RGB 249 3 121 -
CMYK 0 0.99 0.51 0.02
HSL 331.22º 0.98% 0.49% -
HSV(B) 331.22º 0.99% 0.98% -
XYZ 42.55 21.59 20.01 -
YUV 90.01 145.5 241.41 -
System Red Green Blue C M Y K H S L
Decimal 249 3 121 0 0.99 0.51 0.02 331.22 0.98 0.49
Hex F9 3 79 0 63 33 2 14B 62 31
Octal 371 3 171 0 143 63 2 513 142 61
Binary 11111001 11 1111001 0 1100011 110011 10 101001011 1100010 110001

Color Harmonies of #F90379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90379

Black with #F90379

Text Example


Text Example

White with #F90379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90379; }

 p { color: rgb(249,3,121); }

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

background-color css

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

 a { background-color: rgb(249,3,121); }

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

border-color css

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

 span { border-color: rgb(249,3,121); }

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