Html Css Color HEX #F90893 Deep Pink

📋 copy color: '#F90893'

red 249 ◦ green 8 ◦ blue 147

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

Shades of Deep Pink #F90893

Tints of Deep Pink #F90893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 61.63%
G = 1.98%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90893 (or 0xF90893) is known color: Deep Pink. HEX triplet: F9, 08 and 93. RGB value is (249,8,147). Sum of RGB (Red+Green+Blue) = 249+8+147=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F90893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90893 is #06F76C. Grayscale: #5F5F5F. Windows color (decimal): -456557 or 9636089. OLE color: 9636089.

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

Color convert

RGB 249 8 147 -
CMYK 0 0.97 0.41 0.02
HSL 325.39º 0.95% 0.5% -
HSV(B) 325.39º 0.97% 0.98% -
XYZ 44.42 22.42 29.59 -
YUV 95.91 156.84 237.2 -
System Red Green Blue C M Y K H S L
Decimal 249 8 147 0 0.97 0.41 0.02 325.39 0.95 0.5
Hex F9 8 93 0 61 29 2 145 5F 32
Octal 371 10 223 0 141 51 2 505 137 62
Binary 11111001 1000 10010011 0 1100001 101001 10 101000101 1011111 110010

Color Harmonies of #F90893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90893

Black with #F90893

Text Example


Text Example

White with #F90893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90893; }

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

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

background-color css

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

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

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

border-color css

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

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

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