Html Css Color HEX #F90992 Deep Pink

📋 copy color: '#F90992'

red 249 ◦ green 9 ◦ blue 146

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

Shades of Deep Pink #F90992

Tints of Deep Pink #F90992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 61.63%
G = 2.23%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90992 (or 0xF90992) is known color: Deep Pink. HEX triplet: F9, 09 and 92. RGB value is (249,9,146). Sum of RGB (Red+Green+Blue) = 249+9+146=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F90992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90992 is #06F66D. Grayscale: #606060. Windows color (decimal): -456302 or 9570809. OLE color: 9570809.

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

Color convert

RGB 249 9 146 -
CMYK 0 0.96 0.41 0.02
HSL 325.75º 0.95% 0.51% -
HSV(B) 325.75º 0.96% 0.98% -
XYZ 44.35 22.41 29.18 -
YUV 96.38 156.01 236.86 -
System Red Green Blue C M Y K H S L
Decimal 249 9 146 0 0.96 0.41 0.02 325.75 0.95 0.51
Hex F9 9 92 0 60 29 2 146 5F 33
Octal 371 11 222 0 140 51 2 506 137 63
Binary 11111001 1001 10010010 0 1100000 101001 10 101000110 1011111 110011

Color Harmonies of #F90992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90992

Black with #F90992

Text Example


Text Example

White with #F90992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90992; }

 p { color: rgb(249,9,146); }

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

background-color css

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

 a { background-color: rgb(249,9,146); }

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

border-color css

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

 span { border-color: rgb(249,9,146); }

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