Html Css Color HEX #F72092 Deep Pink

📋 copy color: '#F72092'

red 247 ◦ green 32 ◦ blue 146

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

Shades of Deep Pink #F72092

Tints of Deep Pink #F72092

RGB

 RED value IS 247 (96.88% from 255) = 58.12%

 GREEN value IS 32 (12.89% from 255) = 7.53%

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

R = 58.12%
G = 7.53%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F72092 (or 0xF72092) is known color: Deep Pink. HEX triplet: F7, 20 and 92. RGB value is (247,32,146). Sum of RGB (Red+Green+Blue) = 247+32+146=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F72092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72092 is #08DF6D. Grayscale: #6D6D6D. Windows color (decimal): -581486 or 9576695. OLE color: 9576695.

HSL color Cylindrical-coordinate representation of color #F72092: hue angle of 328.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72092 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 146 -
CMYK 0 0.87 0.41 0.03
HSL 328.19º 0.93% 0.55% -
HSV(B) 328.19º 0.87% 0.97% -
XYZ 44.06 22.88 29.29 -
YUV 109.28 148.73 226.23 -
System Red Green Blue C M Y K H S L
Decimal 247 32 146 0 0.87 0.41 0.03 328.19 0.93 0.55
Hex F7 20 92 0 57 29 3 148 5D 37
Octal 367 40 222 0 127 51 3 510 135 67
Binary 11110111 100000 10010010 0 1010111 101001 11 101001000 1011101 110111

Color Harmonies of #F72092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72092

Black with #F72092

Text Example


Text Example

White with #F72092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72092; }

 p { color: rgb(247,32,146); }

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

background-color css

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

 a { background-color: rgb(247,32,146); }

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

border-color css

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

 span { border-color: rgb(247,32,146); }

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