Html Css Color HEX #F70C86 Deep Pink

📋 copy color: '#F70C86'

red 247 ◦ green 12 ◦ blue 134

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

Shades of Deep Pink #F70C86

Tints of Deep Pink #F70C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 62.85%
G = 3.05%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F70C86 (or 0xF70C86) is known color: Deep Pink. HEX triplet: F7, 0C and 86. RGB value is (247,12,134). Sum of RGB (Red+Green+Blue) = 247+12+134=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C86 is #08F379. Grayscale: #5F5F5F. Windows color (decimal): -586618 or 8785143. OLE color: 8785143.

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

Color convert

RGB 247 12 134 -
CMYK 0 0.95 0.46 0.03
HSL 328.85º 0.94% 0.51% -
HSV(B) 328.85º 0.95% 0.97% -
XYZ 42.79 21.76 24.5 -
YUV 96.17 149.36 235.58 -
System Red Green Blue C M Y K H S L
Decimal 247 12 134 0 0.95 0.46 0.03 328.85 0.94 0.51
Hex F7 C 86 0 5F 2E 3 149 5E 33
Octal 367 14 206 0 137 56 3 511 136 63
Binary 11110111 1100 10000110 0 1011111 101110 11 101001001 1011110 110011

Color Harmonies of #F70C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C86

Black with #F70C86

Text Example


Text Example

White with #F70C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C86; }

 p { color: rgb(247,12,134); }

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

background-color css

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

 a { background-color: rgb(247,12,134); }

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

border-color css

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

 span { border-color: rgb(247,12,134); }

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