Html Css Color HEX #F90892 Deep Pink

📋 copy color: '#F90892'

red 249 ◦ green 8 ◦ blue 146

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

Shades of Deep Pink #F90892

Tints of Deep Pink #F90892

RGB

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

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

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

R = 61.79%
G = 1.99%
B = 36.23%

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

#F90892 (or 0xF90892) is known color: Deep Pink. HEX triplet: F9, 08 and 92. RGB value is (249,8,146). Sum of RGB (Red+Green+Blue) = 249+8+146=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F90892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90892 is #06F76D. Grayscale: #5F5F5F. Windows color (decimal): -456558 or 9570553. OLE color: 9570553.

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

Color convert

RGB 249 8 146 -
CMYK 0 0.97 0.41 0.02
HSL 325.64º 0.95% 0.5% -
HSV(B) 325.64º 0.97% 0.98% -
XYZ 44.34 22.39 29.18 -
YUV 95.79 156.34 237.28 -
System Red Green Blue C M Y K H S L
Decimal 249 8 146 0 0.97 0.41 0.02 325.64 0.95 0.5
Hex F9 8 92 0 61 29 2 146 5F 32
Octal 371 10 222 0 141 51 2 506 137 62
Binary 11111001 1000 10010010 0 1100001 101001 10 101000110 1011111 110010

Color Harmonies of #F90892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90892

Black with #F90892

Text Example


Text Example

White with #F90892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90892; }

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

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

background-color css

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

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

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

border-color css

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

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

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