Html Css Color HEX #F70086 Deep Pink

📋 copy color: '#F70086'

red 247 ◦ green 0 ◦ blue 134

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

Shades of Deep Pink #F70086

Tints of Deep Pink #F70086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.83%
G = 0%
B = 35.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F70086 (or 0xF70086) is known color: Deep Pink. HEX triplet: F7, 00 and 86. RGB value is (247,0,134). Sum of RGB (Red+Green+Blue) = 247+0+134=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F70086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70086 is #08FF79. Grayscale: #585858. Windows color (decimal): -589690 or 8782071. OLE color: 8782071.

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

Color convert

RGB 247 0 134 -
CMYK 0 1 0.46 0.03
HSL 327.45º 1% 0.48% -
HSV(B) 327.45º 1% 0.97% -
XYZ 42.66 21.5 24.45 -
YUV 89.13 153.33 240.6 -
System Red Green Blue C M Y K H S L
Decimal 247 0 134 0 1 0.46 0.03 327.45 1 0.48
Hex F7 0 86 0 64 2E 3 147 64 30
Octal 367 0 206 0 144 56 3 507 144 60
Binary 11110111 0 10000110 0 1100100 101110 11 101000111 1100100 110000

Color Harmonies of #F70086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70086

Black with #F70086

Text Example


Text Example

White with #F70086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70086; }

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

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

background-color css

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

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

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

border-color css

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

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

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