Html Css Color HEX #F72279 Deep Pink

📋 copy color: '#F72279'

red 247 ◦ green 34 ◦ blue 121

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

Shades of Deep Pink #F72279

Tints of Deep Pink #F72279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 61.44%
G = 8.46%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F72279 (or 0xF72279) is known color: Deep Pink. HEX triplet: F7, 22 and 79. RGB value is (247,34,121). Sum of RGB (Red+Green+Blue) = 247+34+121=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F72279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72279 is #08DD86. Grayscale: #6B6B6B. Windows color (decimal): -580999 or 7938807. OLE color: 7938807.

HSL color Cylindrical-coordinate representation of color #F72279: hue angle of 335.49º 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 #F72279 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 121 -
CMYK 0 0.86 0.51 0.03
HSL 335.49º 0.93% 0.55% -
HSV(B) 335.49º 0.86% 0.97% -
XYZ 42.38 22.3 20.16 -
YUV 107.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 247 34 121 0 0.86 0.51 0.03 335.49 0.93 0.55
Hex F7 22 79 0 56 33 3 14F 5D 37
Octal 367 42 171 0 126 63 3 517 135 67
Binary 11110111 100010 1111001 0 1010110 110011 11 101001111 1011101 110111

Color Harmonies of #F72279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72279

Black with #F72279

Text Example


Text Example

White with #F72279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72279; }

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

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

background-color css

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

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

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

border-color css

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

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

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