Html Css Color HEX #F7207F Deep Pink

📋 copy color: '#F7207F'

red 247 ◦ green 32 ◦ blue 127

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

Shades of Deep Pink #F7207F

Tints of Deep Pink #F7207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 60.84%
G = 7.88%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7207F (or 0xF7207F) is known color: Deep Pink. HEX triplet: F7, 20 and 7F. RGB value is (247,32,127). Sum of RGB (Red+Green+Blue) = 247+32+127=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7207F is #08DF80. Grayscale: #6A6A6A. Windows color (decimal): -581505 or 8331511. OLE color: 8331511.

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

Color convert

RGB 247 32 127 -
CMYK 0 0.87 0.49 0.03
HSL 333.49º 0.93% 0.55% -
HSV(B) 333.49º 0.87% 0.97% -
XYZ 42.71 22.34 22.14 -
YUV 107.12 139.23 227.78 -
System Red Green Blue C M Y K H S L
Decimal 247 32 127 0 0.87 0.49 0.03 333.49 0.93 0.55
Hex F7 20 7F 0 57 31 3 14D 5D 37
Octal 367 40 177 0 127 61 3 515 135 67
Binary 11110111 100000 1111111 0 1010111 110001 11 101001101 1011101 110111

Color Harmonies of #F7207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7207F

Black with #F7207F

Text Example


Text Example

White with #F7207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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