Html Css Color HEX #F72283 Deep Pink

📋 copy color: '#F72283'

red 247 ◦ green 34 ◦ blue 131

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

Shades of Deep Pink #F72283

Tints of Deep Pink #F72283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

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

R = 59.95%
G = 8.25%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F72283 (or 0xF72283) is known color: Deep Pink. HEX triplet: F7, 22 and 83. RGB value is (247,34,131). Sum of RGB (Red+Green+Blue) = 247+34+131=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F72283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72283 is #08DD7C. Grayscale: #6C6C6C. Windows color (decimal): -580989 or 8594167. OLE color: 8594167.

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

Color convert

RGB 247 34 131 -
CMYK 0 0.86 0.47 0.03
HSL 332.68º 0.93% 0.55% -
HSV(B) 332.68º 0.86% 0.97% -
XYZ 43.03 22.56 23.56 -
YUV 108.75 140.57 226.61 -
System Red Green Blue C M Y K H S L
Decimal 247 34 131 0 0.86 0.47 0.03 332.68 0.93 0.55
Hex F7 22 83 0 56 2F 3 14D 5D 37
Octal 367 42 203 0 126 57 3 515 135 67
Binary 11110111 100010 10000011 0 1010110 101111 11 101001101 1011101 110111

Color Harmonies of #F72283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72283

Black with #F72283

Text Example


Text Example

White with #F72283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72283; }

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

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

background-color css

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

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

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

border-color css

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

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

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