Html Css Color HEX #F72578 Deep Pink

📋 copy color: '#F72578'

red 247 ◦ green 37 ◦ blue 120

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

Shades of Deep Pink #F72578

Tints of Deep Pink #F72578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 61.14%
G = 9.16%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F72578 (or 0xF72578) is known color: Deep Pink. HEX triplet: F7, 25 and 78. RGB value is (247,37,120). Sum of RGB (Red+Green+Blue) = 247+37+120=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F72578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72578 is #08DA87. Grayscale: #6D6D6D. Windows color (decimal): -580232 or 7874039. OLE color: 7874039.

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

Color convert

RGB 247 37 120 -
CMYK 0 0.85 0.51 0.03
HSL 336.29º 0.93% 0.56% -
HSV(B) 336.29º 0.85% 0.97% -
XYZ 42.41 22.45 19.87 -
YUV 109.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 247 37 120 0 0.85 0.51 0.03 336.29 0.93 0.56
Hex F7 25 78 0 55 33 3 150 5D 38
Octal 367 45 170 0 125 63 3 520 135 70
Binary 11110111 100101 1111000 0 1010101 110011 11 101010000 1011101 111000

Color Harmonies of #F72578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72578

Black with #F72578

Text Example


Text Example

White with #F72578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72578; }

 p { color: rgb(247,37,120); }

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

background-color css

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

 a { background-color: rgb(247,37,120); }

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

border-color css

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

 span { border-color: rgb(247,37,120); }

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