Html Css Color HEX #F70488 Deep Pink

📋 copy color: '#F70488'

red 247 ◦ green 4 ◦ blue 136

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

Shades of Deep Pink #F70488

Tints of Deep Pink #F70488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 63.82%
G = 1.03%
B = 35.14%

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

#F70488 (or 0xF70488) is known color: Deep Pink. HEX triplet: F7, 04 and 88. RGB value is (247,4,136). Sum of RGB (Red+Green+Blue) = 247+4+136=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F70488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70488 is #08FB77. Grayscale: #5B5B5B. Windows color (decimal): -588664 or 8914167. OLE color: 8914167.

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

Color convert

RGB 247 4 136 -
CMYK 0 0.98 0.45 0.03
HSL 327.41º 0.97% 0.49% -
HSV(B) 327.41º 0.98% 0.97% -
XYZ 42.85 21.64 25.21 -
YUV 91.71 153.01 238.77 -
System Red Green Blue C M Y K H S L
Decimal 247 4 136 0 0.98 0.45 0.03 327.41 0.97 0.49
Hex F7 4 88 0 62 2D 3 147 61 31
Octal 367 4 210 0 142 55 3 507 141 61
Binary 11110111 100 10001000 0 1100010 101101 11 101000111 1100001 110001

Color Harmonies of #F70488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70488

Black with #F70488

Text Example


Text Example

White with #F70488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70488; }

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

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

background-color css

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

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

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

border-color css

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

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

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