Html Css Color HEX #F72292 Deep Pink

📋 copy color: '#F72292'

red 247 ◦ green 34 ◦ blue 146

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

Shades of Deep Pink #F72292

Tints of Deep Pink #F72292

RGB

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

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

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

R = 57.85%
G = 7.96%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F72292 (or 0xF72292) is known color: Deep Pink. HEX triplet: F7, 22 and 92. RGB value is (247,34,146). Sum of RGB (Red+Green+Blue) = 247+34+146=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F72292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72292 is #08DD6D. Grayscale: #6E6E6E. Windows color (decimal): -580974 or 9577207. OLE color: 9577207.

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

Color convert

RGB 247 34 146 -
CMYK 0 0.86 0.41 0.03
HSL 328.45º 0.93% 0.55% -
HSV(B) 328.45º 0.86% 0.97% -
XYZ 44.12 22.99 29.31 -
YUV 110.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 247 34 146 0 0.86 0.41 0.03 328.45 0.93 0.55
Hex F7 22 92 0 56 29 3 148 5D 37
Octal 367 42 222 0 126 51 3 510 135 67
Binary 11110111 100010 10010010 0 1010110 101001 11 101001000 1011101 110111

Color Harmonies of #F72292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72292

Black with #F72292

Text Example


Text Example

White with #F72292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72292; }

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

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

background-color css

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

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

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

border-color css

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

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

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