Html Css Color HEX #F70087 Deep Pink

📋 copy color: '#F70087'

red 247 ◦ green 0 ◦ blue 135

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

Shades of Deep Pink #F70087

Tints of Deep Pink #F70087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.34%

R = 64.66%
G = 0%
B = 35.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70087 (or 0xF70087) is known color: Deep Pink. HEX triplet: F7, 00 and 87. RGB value is (247,0,135). Sum of RGB (Red+Green+Blue) = 247+0+135=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F70087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70087 is #08FF78. Grayscale: #585858. Windows color (decimal): -589689 or 8847607. OLE color: 8847607.

HSL color Cylindrical-coordinate representation of color #F70087: hue angle of 327.21º 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 #F70087 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 135 -
CMYK 0 1 0.45 0.03
HSL 327.21º 1% 0.48% -
HSV(B) 327.21º 1% 0.97% -
XYZ 42.73 21.52 24.82 -
YUV 89.24 153.83 240.52 -
System Red Green Blue C M Y K H S L
Decimal 247 0 135 0 1 0.45 0.03 327.21 1 0.48
Hex F7 0 87 0 64 2D 3 147 64 30
Octal 367 0 207 0 144 55 3 507 144 60
Binary 11110111 0 10000111 0 1100100 101101 11 101000111 1100100 110000

Color Harmonies of #F70087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70087

Black with #F70087

Text Example


Text Example

White with #F70087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70087; }

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

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

background-color css

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

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

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

border-color css

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

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

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