Html Css Color HEX #F7077D Deep Pink

📋 copy color: '#F7077D'

red 247 ◦ green 7 ◦ blue 125

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

Shades of Deep Pink #F7077D

Tints of Deep Pink #F7077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

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

R = 65.17%
G = 1.85%
B = 32.98%

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

#F7077D (or 0xF7077D) is known color: Deep Pink. HEX triplet: F7, 07 and 7D. RGB value is (247,7,125). Sum of RGB (Red+Green+Blue) = 247+7+125=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7077D is #08F882. Grayscale: #5B5B5B. Windows color (decimal): -587907 or 8194039. OLE color: 8194039.

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

Color convert

RGB 247 7 125 -
CMYK 0 0.97 0.49 0.03
HSL 330.5º 0.94% 0.5% -
HSV(B) 330.5º 0.97% 0.97% -
XYZ 42.14 21.41 21.31 -
YUV 92.21 146.51 238.41 -
System Red Green Blue C M Y K H S L
Decimal 247 7 125 0 0.97 0.49 0.03 330.5 0.94 0.5
Hex F7 7 7D 0 61 31 3 14A 5E 32
Octal 367 7 175 0 141 61 3 512 136 62
Binary 11110111 111 1111101 0 1100001 110001 11 101001010 1011110 110010

Color Harmonies of #F7077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7077D

Black with #F7077D

Text Example


Text Example

White with #F7077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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