Html Css Color HEX #F72182 Deep Pink

📋 copy color: '#F72182'

red 247 ◦ green 33 ◦ blue 130

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

Shades of Deep Pink #F72182

Tints of Deep Pink #F72182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.05%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 60.24%
G = 8.05%
B = 31.71%

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

#F72182 (or 0xF72182) is known color: Deep Pink. HEX triplet: F7, 21 and 82. RGB value is (247,33,130). Sum of RGB (Red+Green+Blue) = 247+33+130=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F72182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72182 is #08DE7D. Grayscale: #6B6B6B. Windows color (decimal): -581246 or 8528375. OLE color: 8528375.

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

Color convert

RGB 247 33 130 -
CMYK 0 0.87 0.47 0.03
HSL 332.8º 0.93% 0.55% -
HSV(B) 332.8º 0.87% 0.97% -
XYZ 42.93 22.47 23.19 -
YUV 108.04 140.4 227.11 -
System Red Green Blue C M Y K H S L
Decimal 247 33 130 0 0.87 0.47 0.03 332.8 0.93 0.55
Hex F7 21 82 0 57 2F 3 14D 5D 37
Octal 367 41 202 0 127 57 3 515 135 67
Binary 11110111 100001 10000010 0 1010111 101111 11 101001101 1011101 110111

Color Harmonies of #F72182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72182

Black with #F72182

Text Example


Text Example

White with #F72182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72182; }

 p { color: rgb(247,33,130); }

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

background-color css

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

 a { background-color: rgb(247,33,130); }

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

border-color css

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

 span { border-color: rgb(247,33,130); }

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