Html Css Color HEX #F92291 Deep Pink

📋 copy color: '#F92291'

red 249 ◦ green 34 ◦ blue 145

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

Shades of Deep Pink #F92291

Tints of Deep Pink #F92291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.94%

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 58.18%
G = 7.94%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F92291 (or 0xF92291) is known color: Deep Pink. HEX triplet: F9, 22 and 91. RGB value is (249,34,145). Sum of RGB (Red+Green+Blue) = 249+34+145=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F92291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92291 is #06DD6E. Grayscale: #6E6E6E. Windows color (decimal): -449903 or 9511673. OLE color: 9511673.

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

Color convert

RGB 249 34 145 -
CMYK 0 0.86 0.42 0.02
HSL 329.02º 0.95% 0.55% -
HSV(B) 329.02º 0.86% 0.98% -
XYZ 44.75 23.33 28.93 -
YUV 110.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 249 34 145 0 0.86 0.42 0.02 329.02 0.95 0.55
Hex F9 22 91 0 56 2A 2 149 5F 37
Octal 371 42 221 0 126 52 2 511 137 67
Binary 11111001 100010 10010001 0 1010110 101010 10 101001001 1011111 110111

Color Harmonies of #F92291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92291

Black with #F92291

Text Example


Text Example

White with #F92291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92291; }

 p { color: rgb(249,34,145); }

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

background-color css

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

 a { background-color: rgb(249,34,145); }

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

border-color css

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

 span { border-color: rgb(249,34,145); }

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