Html Css Color HEX #F70387 Deep Pink

📋 copy color: '#F70387'

red 247 ◦ green 3 ◦ blue 135

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

Shades of Deep Pink #F70387

Tints of Deep Pink #F70387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 64.16%
G = 0.78%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70387 (or 0xF70387) is known color: Deep Pink. HEX triplet: F7, 03 and 87. RGB value is (247,3,135). Sum of RGB (Red+Green+Blue) = 247+3+135=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F70387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70387 is #08FC78. Grayscale: #5A5A5A. Windows color (decimal): -588921 or 8848375. OLE color: 8848375.

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

Color convert

RGB 247 3 135 -
CMYK 0 0.99 0.45 0.03
HSL 327.54º 0.98% 0.49% -
HSV(B) 327.54º 0.99% 0.97% -
XYZ 42.76 21.59 24.83 -
YUV 91 152.84 239.27 -
System Red Green Blue C M Y K H S L
Decimal 247 3 135 0 0.99 0.45 0.03 327.54 0.98 0.49
Hex F7 3 87 0 63 2D 3 148 62 31
Octal 367 3 207 0 143 55 3 510 142 61
Binary 11110111 11 10000111 0 1100011 101101 11 101001000 1100010 110001

Color Harmonies of #F70387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70387

Black with #F70387

Text Example


Text Example

White with #F70387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70387; }

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

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

background-color css

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

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

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

border-color css

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

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

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