Html Css Color HEX #F90593 Deep Pink

📋 copy color: '#F90593'

red 249 ◦ green 5 ◦ blue 147

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

Shades of Deep Pink #F90593

Tints of Deep Pink #F90593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 62.09%
G = 1.25%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90593 (or 0xF90593) is known color: Deep Pink. HEX triplet: F9, 05 and 93. RGB value is (249,5,147). Sum of RGB (Red+Green+Blue) = 249+5+147=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F90593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90593 is #06FA6C. Grayscale: #5D5D5D. Windows color (decimal): -457325 or 9635321. OLE color: 9635321.

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

Color convert

RGB 249 5 147 -
CMYK 0 0.98 0.41 0.02
HSL 325.08º 0.96% 0.5% -
HSV(B) 325.08º 0.98% 0.98% -
XYZ 44.39 22.35 29.58 -
YUV 94.14 157.84 238.45 -
System Red Green Blue C M Y K H S L
Decimal 249 5 147 0 0.98 0.41 0.02 325.08 0.96 0.5
Hex F9 5 93 0 62 29 2 145 60 32
Octal 371 5 223 0 142 51 2 505 140 62
Binary 11111001 101 10010011 0 1100010 101001 10 101000101 1100000 110010

Color Harmonies of #F90593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90593

Black with #F90593

Text Example


Text Example

White with #F90593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90593; }

 p { color: rgb(249,5,147); }

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

background-color css

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

 a { background-color: rgb(249,5,147); }

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

border-color css

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

 span { border-color: rgb(249,5,147); }

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