Html Css Color HEX #F70288 Deep Pink

📋 copy color: '#F70288'

red 247 ◦ green 2 ◦ blue 136

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

Shades of Deep Pink #F70288

Tints of Deep Pink #F70288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 64.16%
G = 0.52%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F70288 (or 0xF70288) is known color: Deep Pink. HEX triplet: F7, 02 and 88. RGB value is (247,2,136). Sum of RGB (Red+Green+Blue) = 247+2+136=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F70288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70288 is #08FD77. Grayscale: #5A5A5A. Windows color (decimal): -589176 or 8913655. OLE color: 8913655.

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

Color convert

RGB 247 2 136 -
CMYK 0 0.99 0.45 0.03
HSL 327.18º 0.98% 0.49% -
HSV(B) 327.18º 0.99% 0.97% -
XYZ 42.82 21.6 25.2 -
YUV 90.53 153.67 239.6 -
System Red Green Blue C M Y K H S L
Decimal 247 2 136 0 0.99 0.45 0.03 327.18 0.98 0.49
Hex F7 2 88 0 63 2D 3 147 62 31
Octal 367 2 210 0 143 55 3 507 142 61
Binary 11110111 10 10001000 0 1100011 101101 11 101000111 1100010 110001

Color Harmonies of #F70288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70288

Black with #F70288

Text Example


Text Example

White with #F70288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70288; }

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

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

background-color css

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

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

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

border-color css

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

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

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