Html Css Color HEX #F7147C Deep Pink

📋 copy color: '#F7147C'

red 247 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #F7147C

Tints of Deep Pink #F7147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.12%

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

R = 63.17%
G = 5.12%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7147C (or 0xF7147C) is known color: Deep Pink. HEX triplet: F7, 14 and 7C. RGB value is (247,20,124). Sum of RGB (Red+Green+Blue) = 247+20+124=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7147C is #08EB83. Grayscale: #636363. Windows color (decimal): -584580 or 8131831. OLE color: 8131831.

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

Color convert

RGB 247 20 124 -
CMYK 0 0.92 0.50 0.03
HSL 332.51º 0.93% 0.52% -
HSV(B) 332.51º 0.92% 0.97% -
XYZ 42.25 21.73 21.04 -
YUV 99.73 141.71 233.04 -
System Red Green Blue C M Y K H S L
Decimal 247 20 124 0 0.92 0.50 0.03 332.51 0.93 0.52
Hex F7 14 7C 0 5C 32 3 14D 5D 34
Octal 367 24 174 0 134 62 3 515 135 64
Binary 11110111 10100 1111100 0 1011100 110010 11 101001101 1011101 110100

Color Harmonies of #F7147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7147C

Black with #F7147C

Text Example


Text Example

White with #F7147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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