Html Css Color HEX #F90481 Deep Pink

📋 copy color: '#F90481'

red 249 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #F90481

Tints of Deep Pink #F90481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 65.18%
G = 1.05%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F90481 (or 0xF90481) is known color: Deep Pink. HEX triplet: F9, 04 and 81. RGB value is (249,4,129). Sum of RGB (Red+Green+Blue) = 249+4+129=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F90481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90481 is #06FB7E. Grayscale: #5B5B5B. Windows color (decimal): -457599 or 8455417. OLE color: 8455417.

HSL color Cylindrical-coordinate representation of color #F90481: hue angle of 329.39º 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 #F90481 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 129 -
CMYK 0 0.98 0.48 0.02
HSL 329.39º 0.97% 0.5% -
HSV(B) 329.39º 0.98% 0.98% -
XYZ 43.07 21.81 22.71 -
YUV 91.51 149.17 240.34 -
System Red Green Blue C M Y K H S L
Decimal 249 4 129 0 0.98 0.48 0.02 329.39 0.97 0.5
Hex F9 4 81 0 62 30 2 149 61 32
Octal 371 4 201 0 142 60 2 511 141 62
Binary 11111001 100 10000001 0 1100010 110000 10 101001001 1100001 110010

Color Harmonies of #F90481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90481

Black with #F90481

Text Example


Text Example

White with #F90481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90481; }

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

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

background-color css

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

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

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

border-color css

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

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

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