Html Css Color HEX #F7208B Deep Pink

📋 copy color: '#F7208B'

red 247 ◦ green 32 ◦ blue 139

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

Shades of Deep Pink #F7208B

Tints of Deep Pink #F7208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 59.09%
G = 7.66%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7208B (or 0xF7208B) is known color: Deep Pink. HEX triplet: F7, 20 and 8B. RGB value is (247,32,139). Sum of RGB (Red+Green+Blue) = 247+32+139=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F7208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7208B is #08DF74. Grayscale: #6C6C6C. Windows color (decimal): -581493 or 9117943. OLE color: 9117943.

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

Color convert

RGB 247 32 139 -
CMYK 0 0.87 0.44 0.03
HSL 330.14º 0.93% 0.55% -
HSV(B) 330.14º 0.87% 0.97% -
XYZ 43.53 22.67 26.51 -
YUV 108.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 247 32 139 0 0.87 0.44 0.03 330.14 0.93 0.55
Hex F7 20 8B 0 57 2C 3 14A 5D 37
Octal 367 40 213 0 127 54 3 512 135 67
Binary 11110111 100000 10001011 0 1010111 101100 11 101001010 1011101 110111

Color Harmonies of #F7208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7208B

Black with #F7208B

Text Example


Text Example

White with #F7208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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