Html Css Color HEX #F70787 Deep Pink

📋 copy color: '#F70787'

red 247 ◦ green 7 ◦ blue 135

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

Shades of Deep Pink #F70787

Tints of Deep Pink #F70787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

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

R = 63.5%
G = 1.8%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70787 (or 0xF70787) is known color: Deep Pink. HEX triplet: F7, 07 and 87. RGB value is (247,7,135). Sum of RGB (Red+Green+Blue) = 247+7+135=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F70787 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70787 is #08F878. Grayscale: #5D5D5D. Windows color (decimal): -587897 or 8849399. OLE color: 8849399.

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

Color convert

RGB 247 7 135 -
CMYK 0 0.97 0.45 0.03
HSL 328º 0.94% 0.5% -
HSV(B) 328º 0.97% 0.97% -
XYZ 42.81 21.68 24.85 -
YUV 93.35 151.51 237.59 -
System Red Green Blue C M Y K H S L
Decimal 247 7 135 0 0.97 0.45 0.03 328 0.94 0.5
Hex F7 7 87 0 61 2D 3 148 5E 32
Octal 367 7 207 0 141 55 3 510 136 62
Binary 11110111 111 10000111 0 1100001 101101 11 101001000 1011110 110010

Color Harmonies of #F70787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70787

Black with #F70787

Text Example


Text Example

White with #F70787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70787; }

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

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

background-color css

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

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

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

border-color css

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

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

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