Html Css Color HEX #F7087D Deep Pink

📋 copy color: '#F7087D'

red 247 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #F7087D

Tints of Deep Pink #F7087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 65%
G = 2.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7087D (or 0xF7087D) is known color: Deep Pink. HEX triplet: F7, 08 and 7D. RGB value is (247,8,125). Sum of RGB (Red+Green+Blue) = 247+8+125=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7087D is #08F782. Grayscale: #5C5C5C. Windows color (decimal): -587651 or 8194295. OLE color: 8194295.

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

Color convert

RGB 247 8 125 -
CMYK 0 0.97 0.49 0.03
HSL 330.63º 0.94% 0.5% -
HSV(B) 330.63º 0.97% 0.97% -
XYZ 42.15 21.43 21.32 -
YUV 92.8 146.18 237.99 -
System Red Green Blue C M Y K H S L
Decimal 247 8 125 0 0.97 0.49 0.03 330.63 0.94 0.5
Hex F7 8 7D 0 61 31 3 14B 5E 32
Octal 367 10 175 0 141 61 3 513 136 62
Binary 11110111 1000 1111101 0 1100001 110001 11 101001011 1011110 110010

Color Harmonies of #F7087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7087D

Black with #F7087D

Text Example


Text Example

White with #F7087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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