Html Css Color HEX #F7129D Deep Pink

📋 copy color: '#F7129D'

red 247 ◦ green 18 ◦ blue 157

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

Shades of Deep Pink #F7129D

Tints of Deep Pink #F7129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.27%

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

R = 58.53%
G = 4.27%
B = 37.2%

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

#F7129D (or 0xF7129D) is known color: Deep Pink. HEX triplet: F7, 12 and 9D. RGB value is (247,18,157). Sum of RGB (Red+Green+Blue) = 247+18+157=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7129D is #08ED62. Grayscale: #656565. Windows color (decimal): -585059 or 10294007. OLE color: 10294007.

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

Color convert

RGB 247 18 157 -
CMYK 0 0.93 0.36 0.03
HSL 323.58º 0.93% 0.52% -
HSV(B) 323.58º 0.93% 0.97% -
XYZ 44.66 22.64 33.91 -
YUV 102.32 158.87 231.2 -
System Red Green Blue C M Y K H S L
Decimal 247 18 157 0 0.93 0.36 0.03 323.58 0.93 0.52
Hex F7 12 9D 0 5D 24 3 144 5D 34
Octal 367 22 235 0 135 44 3 504 135 64
Binary 11110111 10010 10011101 0 1011101 100100 11 101000100 1011101 110100

Color Harmonies of #F7129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7129D

Black with #F7129D

Text Example


Text Example

White with #F7129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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