Html Css Color HEX #F70576 Deep Pink

📋 copy color: '#F70576'

red 247 ◦ green 5 ◦ blue 118

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

Shades of Deep Pink #F70576

Tints of Deep Pink #F70576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 66.76%
G = 1.35%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F70576 (or 0xF70576) is known color: Deep Pink. HEX triplet: F7, 05 and 76. RGB value is (247,5,118). Sum of RGB (Red+Green+Blue) = 247+5+118=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F70576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70576 is #08FA89. Grayscale: #5A5A5A. Windows color (decimal): -588426 or 7734775. OLE color: 7734775.

HSL color Cylindrical-coordinate representation of color #F70576: hue angle of 331.98º degrees, saturation: 0.96, 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 #F70576 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 118 -
CMYK 0 0.98 0.52 0.03
HSL 331.98º 0.96% 0.49% -
HSV(B) 331.98º 0.98% 0.97% -
XYZ 41.68 21.19 19.03 -
YUV 90.24 143.67 239.81 -
System Red Green Blue C M Y K H S L
Decimal 247 5 118 0 0.98 0.52 0.03 331.98 0.96 0.49
Hex F7 5 76 0 62 34 3 14C 60 31
Octal 367 5 166 0 142 64 3 514 140 61
Binary 11110111 101 1110110 0 1100010 110100 11 101001100 1100000 110001

Color Harmonies of #F70576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70576

Black with #F70576

Text Example


Text Example

White with #F70576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70576; }

 p { color: rgb(247,5,118); }

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

background-color css

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

 a { background-color: rgb(247,5,118); }

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

border-color css

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

 span { border-color: rgb(247,5,118); }

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