Html Css Color HEX #F70080 Deep Pink

📋 copy color: '#F70080'

red 247 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #F70080

Tints of Deep Pink #F70080

RGB

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

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

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

R = 65.87%
G = 0%
B = 34.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F70080 (or 0xF70080) is known color: Deep Pink. HEX triplet: F7, 00 and 80. RGB value is (247,0,128). Sum of RGB (Red+Green+Blue) = 247+0+128=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F70080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70080 is #08FF7F. Grayscale: #585858. Windows color (decimal): -589696 or 8388855. OLE color: 8388855.

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

Color convert

RGB 247 0 128 -
CMYK 0 1 0.48 0.03
HSL 328.91º 1% 0.48% -
HSV(B) 328.91º 1% 0.97% -
XYZ 42.25 21.33 22.31 -
YUV 88.45 150.33 241.09 -
System Red Green Blue C M Y K H S L
Decimal 247 0 128 0 1 0.48 0.03 328.91 1 0.48
Hex F7 0 80 0 64 30 3 149 64 30
Octal 367 0 200 0 144 60 3 511 144 60
Binary 11110111 0 10000000 0 1100100 110000 11 101001001 1100100 110000

Color Harmonies of #F70080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70080

Black with #F70080

Text Example


Text Example

White with #F70080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70080; }

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

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

background-color css

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

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

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

border-color css

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

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

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