Html Css Color HEX #F7119E Deep Pink

📋 copy color: '#F7119E'

red 247 ◦ green 17 ◦ blue 158

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

Shades of Deep Pink #F7119E

Tints of Deep Pink #F7119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.03%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 58.53%
G = 4.03%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7119E (or 0xF7119E) is known color: Deep Pink. HEX triplet: F7, 11 and 9E. RGB value is (247,17,158). Sum of RGB (Red+Green+Blue) = 247+17+158=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7119E is #08EE61. Grayscale: #656565. Windows color (decimal): -585314 or 10359287. OLE color: 10359287.

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

Color convert

RGB 247 17 158 -
CMYK 0 0.93 0.36 0.03
HSL 323.22º 0.93% 0.52% -
HSV(B) 323.22º 0.93% 0.97% -
XYZ 44.73 22.64 34.36 -
YUV 101.84 159.7 231.54 -
System Red Green Blue C M Y K H S L
Decimal 247 17 158 0 0.93 0.36 0.03 323.22 0.93 0.52
Hex F7 11 9E 0 5D 24 3 143 5D 34
Octal 367 21 236 0 135 44 3 503 135 64
Binary 11110111 10001 10011110 0 1011101 100100 11 101000011 1011101 110100

Color Harmonies of #F7119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7119E

Black with #F7119E

Text Example


Text Example

White with #F7119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7119E; }

 p { color: rgb(247,17,158); }

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

background-color css

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

 a { background-color: rgb(247,17,158); }

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

border-color css

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

 span { border-color: rgb(247,17,158); }

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