Html Css Color HEX #F70F88 Deep Pink

📋 copy color: '#F70F88'

red 247 ◦ green 15 ◦ blue 136

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

Shades of Deep Pink #F70F88

Tints of Deep Pink #F70F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.77%

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

R = 62.06%
G = 3.77%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70F88 (or 0xF70F88) is known color: Deep Pink. HEX triplet: F7, 0F and 88. RGB value is (247,15,136). Sum of RGB (Red+Green+Blue) = 247+15+136=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F88 is #08F077. Grayscale: #616161. Windows color (decimal): -585848 or 8916983. OLE color: 8916983.

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

Color convert

RGB 247 15 136 -
CMYK 0 0.94 0.45 0.03
HSL 328.71º 0.94% 0.51% -
HSV(B) 328.71º 0.94% 0.97% -
XYZ 42.97 21.89 25.25 -
YUV 98.16 149.36 234.16 -
System Red Green Blue C M Y K H S L
Decimal 247 15 136 0 0.94 0.45 0.03 328.71 0.94 0.51
Hex F7 F 88 0 5E 2D 3 149 5E 33
Octal 367 17 210 0 136 55 3 511 136 63
Binary 11110111 1111 10001000 0 1011110 101101 11 101001001 1011110 110011

Color Harmonies of #F70F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70F88

Black with #F70F88

Text Example


Text Example

White with #F70F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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