Html Css Color HEX #F7087C Deep Pink

📋 copy color: '#F7087C'

red 247 ◦ green 8 ◦ blue 124

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

Shades of Deep Pink #F7087C

Tints of Deep Pink #F7087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 65.17%
G = 2.11%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7087C (or 0xF7087C) is known color: Deep Pink. HEX triplet: F7, 08 and 7C. RGB value is (247,8,124). Sum of RGB (Red+Green+Blue) = 247+8+124=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7087C is #08F783. Grayscale: #5C5C5C. Windows color (decimal): -587652 or 8128759. OLE color: 8128759.

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

Color convert

RGB 247 8 124 -
CMYK 0 0.97 0.50 0.03
HSL 330.88º 0.94% 0.5% -
HSV(B) 330.88º 0.97% 0.97% -
XYZ 42.08 21.4 20.98 -
YUV 92.69 145.68 238.07 -
System Red Green Blue C M Y K H S L
Decimal 247 8 124 0 0.97 0.50 0.03 330.88 0.94 0.5
Hex F7 8 7C 0 61 32 3 14B 5E 32
Octal 367 10 174 0 141 62 3 513 136 62
Binary 11110111 1000 1111100 0 1100001 110010 11 101001011 1011110 110010

Color Harmonies of #F7087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7087C

Black with #F7087C

Text Example


Text Example

White with #F7087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7087C; }

 p { color: rgb(247,8,124); }

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

background-color css

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

 a { background-color: rgb(247,8,124); }

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

border-color css

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

 span { border-color: rgb(247,8,124); }

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