Html Css Color HEX #F90883 Deep Pink

📋 copy color: '#F90883'

red 249 ◦ green 8 ◦ blue 131

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

Shades of Deep Pink #F90883

Tints of Deep Pink #F90883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 64.18%
G = 2.06%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F90883 (or 0xF90883) is known color: Deep Pink. HEX triplet: F9, 08 and 83. RGB value is (249,8,131). Sum of RGB (Red+Green+Blue) = 249+8+131=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F90883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90883 is #06F77C. Grayscale: #5D5D5D. Windows color (decimal): -456573 or 8587513. OLE color: 8587513.

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

Color convert

RGB 249 8 131 -
CMYK 0 0.97 0.47 0.02
HSL 329.38º 0.95% 0.5% -
HSV(B) 329.38º 0.97% 0.98% -
XYZ 43.25 21.95 23.43 -
YUV 94.08 148.84 238.5 -
System Red Green Blue C M Y K H S L
Decimal 249 8 131 0 0.97 0.47 0.02 329.38 0.95 0.5
Hex F9 8 83 0 61 2F 2 149 5F 32
Octal 371 10 203 0 141 57 2 511 137 62
Binary 11111001 1000 10000011 0 1100001 101111 10 101001001 1011111 110010

Color Harmonies of #F90883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90883

Black with #F90883

Text Example


Text Example

White with #F90883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90883; }

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

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

background-color css

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

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

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

border-color css

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

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

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