Html Css Color HEX #F70688 Deep Pink

📋 copy color: '#F70688'

red 247 ◦ green 6 ◦ blue 136

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

Shades of Deep Pink #F70688

Tints of Deep Pink #F70688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 63.5%
G = 1.54%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70688 (or 0xF70688) is known color: Deep Pink. HEX triplet: F7, 06 and 88. RGB value is (247,6,136). Sum of RGB (Red+Green+Blue) = 247+6+136=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F70688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70688 is #08F977. Grayscale: #5C5C5C. Windows color (decimal): -588152 or 8914679. OLE color: 8914679.

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

Color convert

RGB 247 6 136 -
CMYK 0 0.98 0.45 0.03
HSL 327.63º 0.95% 0.5% -
HSV(B) 327.63º 0.98% 0.97% -
XYZ 42.87 21.68 25.22 -
YUV 92.88 152.34 237.93 -
System Red Green Blue C M Y K H S L
Decimal 247 6 136 0 0.98 0.45 0.03 327.63 0.95 0.5
Hex F7 6 88 0 62 2D 3 148 5F 32
Octal 367 6 210 0 142 55 3 510 137 62
Binary 11110111 110 10001000 0 1100010 101101 11 101001000 1011111 110010

Color Harmonies of #F70688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70688

Black with #F70688

Text Example


Text Example

White with #F70688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70688; }

 p { color: rgb(247,6,136); }

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

background-color css

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

 a { background-color: rgb(247,6,136); }

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

border-color css

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

 span { border-color: rgb(247,6,136); }

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