Html Css Color HEX #F7117C Deep Pink

📋 copy color: '#F7117C'

red 247 ◦ green 17 ◦ blue 124

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

Shades of Deep Pink #F7117C

Tints of Deep Pink #F7117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 63.66%
G = 4.38%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7117C (or 0xF7117C) is known color: Deep Pink. HEX triplet: F7, 11 and 7C. RGB value is (247,17,124). Sum of RGB (Red+Green+Blue) = 247+17+124=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7117C is #08EE83. Grayscale: #616161. Windows color (decimal): -585348 or 8131063. OLE color: 8131063.

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

Color convert

RGB 247 17 124 -
CMYK 0 0.93 0.50 0.03
HSL 332.09º 0.93% 0.52% -
HSV(B) 332.09º 0.93% 0.97% -
XYZ 42.2 21.63 21.02 -
YUV 97.97 142.7 234.3 -
System Red Green Blue C M Y K H S L
Decimal 247 17 124 0 0.93 0.50 0.03 332.09 0.93 0.52
Hex F7 11 7C 0 5D 32 3 14C 5D 34
Octal 367 21 174 0 135 62 3 514 135 64
Binary 11110111 10001 1111100 0 1011101 110010 11 101001100 1011101 110100

Color Harmonies of #F7117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7117C

Black with #F7117C

Text Example


Text Example

White with #F7117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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