Html Css Color HEX #F72485 Deep Pink

📋 copy color: '#F72485'

red 247 ◦ green 36 ◦ blue 133

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

Shades of Deep Pink #F72485

Tints of Deep Pink #F72485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 59.38%
G = 8.65%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F72485 (or 0xF72485) is known color: Deep Pink. HEX triplet: F7, 24 and 85. RGB value is (247,36,133). Sum of RGB (Red+Green+Blue) = 247+36+133=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F72485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72485 is #08DB7A. Grayscale: #6D6D6D. Windows color (decimal): -580475 or 8725751. OLE color: 8725751.

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

Color convert

RGB 247 36 133 -
CMYK 0 0.85 0.46 0.03
HSL 332.42º 0.93% 0.55% -
HSV(B) 332.42º 0.85% 0.97% -
XYZ 43.22 22.73 24.3 -
YUV 110.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 247 36 133 0 0.85 0.46 0.03 332.42 0.93 0.55
Hex F7 24 85 0 55 2E 3 14C 5D 37
Octal 367 44 205 0 125 56 3 514 135 67
Binary 11110111 100100 10000101 0 1010101 101110 11 101001100 1011101 110111

Color Harmonies of #F72485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72485

Black with #F72485

Text Example


Text Example

White with #F72485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72485; }

 p { color: rgb(247,36,133); }

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

background-color css

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

 a { background-color: rgb(247,36,133); }

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

border-color css

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

 span { border-color: rgb(247,36,133); }

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