Html Css Color HEX #F70479 Deep Pink

📋 copy color: '#F70479'

red 247 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #F70479

Tints of Deep Pink #F70479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 66.4%
G = 1.08%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70479 (or 0xF70479) is known color: Deep Pink. HEX triplet: F7, 04 and 79. RGB value is (247,4,121). Sum of RGB (Red+Green+Blue) = 247+4+121=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F70479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70479 is #08FB86. Grayscale: #595959. Windows color (decimal): -588679 or 7931127. OLE color: 7931127.

HSL color Cylindrical-coordinate representation of color #F70479: hue angle of 331.11º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70479 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 4 121 -
CMYK 0 0.98 0.51 0.03
HSL 331.11º 0.97% 0.49% -
HSV(B) 331.11º 0.98% 0.97% -
XYZ 41.85 21.24 19.98 -
YUV 90 145.51 239.99 -
System Red Green Blue C M Y K H S L
Decimal 247 4 121 0 0.98 0.51 0.03 331.11 0.97 0.49
Hex F7 4 79 0 62 33 3 14B 61 31
Octal 367 4 171 0 142 63 3 513 141 61
Binary 11110111 100 1111001 0 1100010 110011 11 101001011 1100001 110001

Color Harmonies of #F70479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70479

Black with #F70479

Text Example


Text Example

White with #F70479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70479; }

 p { color: rgb(247,4,121); }

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

background-color css

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

 a { background-color: rgb(247,4,121); }

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

border-color css

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

 span { border-color: rgb(247,4,121); }

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