Html Css Color HEX #F70676 Deep Pink

📋 copy color: '#F70676'

red 247 ◦ green 6 ◦ blue 118

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

Shades of Deep Pink #F70676

Tints of Deep Pink #F70676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 66.58%
G = 1.62%
B = 31.81%

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

#F70676 (or 0xF70676) is known color: Deep Pink. HEX triplet: F7, 06 and 76. RGB value is (247,6,118). Sum of RGB (Red+Green+Blue) = 247+6+118=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F70676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70676 is #08F989. Grayscale: #5A5A5A. Windows color (decimal): -588170 or 7735031. OLE color: 7735031.

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

Color convert

RGB 247 6 118 -
CMYK 0 0.98 0.52 0.03
HSL 332.12º 0.95% 0.5% -
HSV(B) 332.12º 0.98% 0.97% -
XYZ 41.69 21.21 19.04 -
YUV 90.83 143.34 239.39 -
System Red Green Blue C M Y K H S L
Decimal 247 6 118 0 0.98 0.52 0.03 332.12 0.95 0.5
Hex F7 6 76 0 62 34 3 14C 5F 32
Octal 367 6 166 0 142 64 3 514 137 62
Binary 11110111 110 1110110 0 1100010 110100 11 101001100 1011111 110010

Color Harmonies of #F70676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70676

Black with #F70676

Text Example


Text Example

White with #F70676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70676; }

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

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

background-color css

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

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

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

border-color css

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

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

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