Html Css Color HEX #F7077F Deep Pink

📋 copy color: '#F7077F'

red 247 ◦ green 7 ◦ blue 127

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

Shades of Deep Pink #F7077F

Tints of Deep Pink #F7077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.33%

R = 64.83%
G = 1.84%
B = 33.33%

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

#F7077F (or 0xF7077F) is known color: Deep Pink. HEX triplet: F7, 07 and 7F. RGB value is (247,7,127). Sum of RGB (Red+Green+Blue) = 247+7+127=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F7077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7077F is #08F880. Grayscale: #5C5C5C. Windows color (decimal): -587905 or 8325111. OLE color: 8325111.

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

Color convert

RGB 247 7 127 -
CMYK 0 0.97 0.49 0.03
HSL 330º 0.94% 0.5% -
HSV(B) 330º 0.97% 0.97% -
XYZ 42.26 21.46 21.99 -
YUV 92.44 147.51 238.24 -
System Red Green Blue C M Y K H S L
Decimal 247 7 127 0 0.97 0.49 0.03 330 0.94 0.5
Hex F7 7 7F 0 61 31 3 14A 5E 32
Octal 367 7 177 0 141 61 3 512 136 62
Binary 11110111 111 1111111 0 1100001 110001 11 101001010 1011110 110010

Color Harmonies of #F7077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7077F

Black with #F7077F

Text Example


Text Example

White with #F7077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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