Html Css Color HEX #F92589 Deep Pink

📋 copy color: '#F92589'

red 249 ◦ green 37 ◦ blue 137

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

Shades of Deep Pink #F92589

Tints of Deep Pink #F92589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 58.87%
G = 8.75%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F92589 (or 0xF92589) is known color: Deep Pink. HEX triplet: F9, 25 and 89. RGB value is (249,37,137). Sum of RGB (Red+Green+Blue) = 249+37+137=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F92589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92589 is #06DA76. Grayscale: #6F6F6F. Windows color (decimal): -449143 or 8988153. OLE color: 8988153.

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

Color convert

RGB 249 37 137 -
CMYK 0 0.85 0.45 0.02
HSL 331.7º 0.95% 0.56% -
HSV(B) 331.7º 0.85% 0.98% -
XYZ 44.24 23.27 25.83 -
YUV 111.79 142.24 225.87 -
System Red Green Blue C M Y K H S L
Decimal 249 37 137 0 0.85 0.45 0.02 331.7 0.95 0.56
Hex F9 25 89 0 55 2D 2 14C 5F 38
Octal 371 45 211 0 125 55 2 514 137 70
Binary 11111001 100101 10001001 0 1010101 101101 10 101001100 1011111 111000

Color Harmonies of #F92589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92589

Black with #F92589

Text Example


Text Example

White with #F92589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92589; }

 p { color: rgb(249,37,137); }

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

background-color css

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

 a { background-color: rgb(249,37,137); }

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

border-color css

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

 span { border-color: rgb(249,37,137); }

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