Html Css Color HEX #F7169D Deep Pink

📋 copy color: '#F7169D'

red 247 ◦ green 22 ◦ blue 157

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

Shades of Deep Pink #F7169D

Tints of Deep Pink #F7169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.16%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 57.98%
G = 5.16%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7169D (or 0xF7169D) is known color: Deep Pink. HEX triplet: F7, 16 and 9D. RGB value is (247,22,157). Sum of RGB (Red+Green+Blue) = 247+22+157=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7169D is #08E962. Grayscale: #686868. Windows color (decimal): -584035 or 10295031. OLE color: 10295031.

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

Color convert

RGB 247 22 157 -
CMYK 0 0.91 0.36 0.03
HSL 324º 0.93% 0.53% -
HSV(B) 324º 0.91% 0.97% -
XYZ 44.73 22.78 33.94 -
YUV 104.67 157.54 229.52 -
System Red Green Blue C M Y K H S L
Decimal 247 22 157 0 0.91 0.36 0.03 324 0.93 0.53
Hex F7 16 9D 0 5B 24 3 144 5D 35
Octal 367 26 235 0 133 44 3 504 135 65
Binary 11110111 10110 10011101 0 1011011 100100 11 101000100 1011101 110101

Color Harmonies of #F7169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7169D

Black with #F7169D

Text Example


Text Example

White with #F7169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7169D; }

 p { color: rgb(247,22,157); }

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

background-color css

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

 a { background-color: rgb(247,22,157); }

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

border-color css

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

 span { border-color: rgb(247,22,157); }

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