Html Css Color HEX #F7118F Deep Pink

📋 copy color: '#F7118F'

red 247 ◦ green 17 ◦ blue 143

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

Shades of Deep Pink #F7118F

Tints of Deep Pink #F7118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 60.69%
G = 4.18%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7118F (or 0xF7118F) is known color: Deep Pink. HEX triplet: F7, 11 and 8F. RGB value is (247,17,143). Sum of RGB (Red+Green+Blue) = 247+17+143=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7118F is #08EE70. Grayscale: #636363. Windows color (decimal): -585329 or 9376247. OLE color: 9376247.

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

Color convert

RGB 247 17 143 -
CMYK 0 0.93 0.42 0.03
HSL 327.13º 0.93% 0.52% -
HSV(B) 327.13º 0.93% 0.97% -
XYZ 43.52 22.16 27.97 -
YUV 100.13 152.2 232.75 -
System Red Green Blue C M Y K H S L
Decimal 247 17 143 0 0.93 0.42 0.03 327.13 0.93 0.52
Hex F7 11 8F 0 5D 2A 3 147 5D 34
Octal 367 21 217 0 135 52 3 507 135 64
Binary 11110111 10001 10001111 0 1011101 101010 11 101000111 1011101 110100

Color Harmonies of #F7118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7118F

Black with #F7118F

Text Example


Text Example

White with #F7118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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