Html Css Color HEX #F72584 Deep Pink

📋 copy color: '#F72584'

red 247 ◦ green 37 ◦ blue 132

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

Shades of Deep Pink #F72584

Tints of Deep Pink #F72584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 59.38%
G = 8.89%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F72584 (or 0xF72584) is known color: Deep Pink. HEX triplet: F7, 25 and 84. RGB value is (247,37,132). Sum of RGB (Red+Green+Blue) = 247+37+132=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F72584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72584 is #08DA7B. Grayscale: #6E6E6E. Windows color (decimal): -580220 or 8660471. OLE color: 8660471.

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

Color convert

RGB 247 37 132 -
CMYK 0 0.85 0.47 0.03
HSL 332.86º 0.93% 0.56% -
HSV(B) 332.86º 0.85% 0.97% -
XYZ 43.18 22.76 23.95 -
YUV 110.62 140.07 225.28 -
System Red Green Blue C M Y K H S L
Decimal 247 37 132 0 0.85 0.47 0.03 332.86 0.93 0.56
Hex F7 25 84 0 55 2F 3 14D 5D 38
Octal 367 45 204 0 125 57 3 515 135 70
Binary 11110111 100101 10000100 0 1010101 101111 11 101001101 1011101 111000

Color Harmonies of #F72584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72584

Black with #F72584

Text Example


Text Example

White with #F72584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72584; }

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

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

background-color css

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

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

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

border-color css

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

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

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