Html Css Color HEX #F70088 Deep Pink

📋 copy color: '#F70088'

red 247 ◦ green 0 ◦ blue 136

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

Shades of Deep Pink #F70088

Tints of Deep Pink #F70088

RGB

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

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

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

R = 64.49%
G = 0%
B = 35.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70088 (or 0xF70088) is known color: Deep Pink. HEX triplet: F7, 00 and 88. RGB value is (247,0,136). Sum of RGB (Red+Green+Blue) = 247+0+136=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F70088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70088 is #08FF77. Grayscale: #595959. Windows color (decimal): -589688 or 8913143. OLE color: 8913143.

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

Color convert

RGB 247 0 136 -
CMYK 0 1 0.45 0.03
HSL 326.96º 1% 0.48% -
HSV(B) 326.96º 1% 0.97% -
XYZ 42.8 21.55 25.2 -
YUV 89.36 154.33 240.44 -
System Red Green Blue C M Y K H S L
Decimal 247 0 136 0 1 0.45 0.03 326.96 1 0.48
Hex F7 0 88 0 64 2D 3 147 64 30
Octal 367 0 210 0 144 55 3 507 144 60
Binary 11110111 0 10001000 0 1100100 101101 11 101000111 1100100 110000

Color Harmonies of #F70088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70088

Black with #F70088

Text Example


Text Example

White with #F70088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70088; }

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

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

background-color css

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

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

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

border-color css

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

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

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