Html Css Color HEX #F72083 Deep Pink

📋 copy color: '#F72083'

red 247 ◦ green 32 ◦ blue 131

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

Shades of Deep Pink #F72083

Tints of Deep Pink #F72083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.8%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 60.24%
G = 7.8%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F72083 (or 0xF72083) is known color: Deep Pink. HEX triplet: F7, 20 and 83. RGB value is (247,32,131). Sum of RGB (Red+Green+Blue) = 247+32+131=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F72083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72083 is #08DF7C. Grayscale: #6B6B6B. Windows color (decimal): -581501 or 8593655. OLE color: 8593655.

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

Color convert

RGB 247 32 131 -
CMYK 0 0.87 0.47 0.03
HSL 332.37º 0.93% 0.55% -
HSV(B) 332.37º 0.87% 0.97% -
XYZ 42.97 22.45 23.54 -
YUV 107.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 247 32 131 0 0.87 0.47 0.03 332.37 0.93 0.55
Hex F7 20 83 0 57 2F 3 14C 5D 37
Octal 367 40 203 0 127 57 3 514 135 67
Binary 11110111 100000 10000011 0 1010111 101111 11 101001100 1011101 110111

Color Harmonies of #F72083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72083

Black with #F72083

Text Example


Text Example

White with #F72083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72083; }

 p { color: rgb(247,32,131); }

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

background-color css

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

 a { background-color: rgb(247,32,131); }

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

border-color css

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

 span { border-color: rgb(247,32,131); }

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