Html Css Color HEX #F70580 Deep Pink

📋 copy color: '#F70580'

red 247 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #F70580

Tints of Deep Pink #F70580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 65%
G = 1.32%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F70580 (or 0xF70580) is known color: Deep Pink. HEX triplet: F7, 05 and 80. RGB value is (247,5,128). Sum of RGB (Red+Green+Blue) = 247+5+128=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F70580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70580 is #08FA7F. Grayscale: #5B5B5B. Windows color (decimal): -588416 or 8390135. OLE color: 8390135.

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

Color convert

RGB 247 5 128 -
CMYK 0 0.98 0.48 0.03
HSL 329.5º 0.96% 0.49% -
HSV(B) 329.5º 0.98% 0.97% -
XYZ 42.31 21.44 22.33 -
YUV 91.38 148.67 239 -
System Red Green Blue C M Y K H S L
Decimal 247 5 128 0 0.98 0.48 0.03 329.5 0.96 0.49
Hex F7 5 80 0 62 30 3 14A 60 31
Octal 367 5 200 0 142 60 3 512 140 61
Binary 11110111 101 10000000 0 1100010 110000 11 101001010 1100000 110001

Color Harmonies of #F70580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70580

Black with #F70580

Text Example


Text Example

White with #F70580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70580; }

 p { color: rgb(247,5,128); }

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

background-color css

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

 a { background-color: rgb(247,5,128); }

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

border-color css

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

 span { border-color: rgb(247,5,128); }

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