Html Css Color HEX #F7077A Deep Pink

📋 copy color: '#F7077A'

red 247 ◦ green 7 ◦ blue 122

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

Shades of Deep Pink #F7077A

Tints of Deep Pink #F7077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 65.69%
G = 1.86%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7077A (or 0xF7077A) is known color: Deep Pink. HEX triplet: F7, 07 and 7A. RGB value is (247,7,122). Sum of RGB (Red+Green+Blue) = 247+7+122=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7077A is #08F885. Grayscale: #5B5B5B. Windows color (decimal): -587910 or 7997431. OLE color: 7997431.

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

Color convert

RGB 247 7 122 -
CMYK 0 0.97 0.51 0.03
HSL 331.25º 0.94% 0.5% -
HSV(B) 331.25º 0.97% 0.97% -
XYZ 41.95 21.33 20.32 -
YUV 91.87 145.01 238.65 -
System Red Green Blue C M Y K H S L
Decimal 247 7 122 0 0.97 0.51 0.03 331.25 0.94 0.5
Hex F7 7 7A 0 61 33 3 14B 5E 32
Octal 367 7 172 0 141 63 3 513 136 62
Binary 11110111 111 1111010 0 1100001 110011 11 101001011 1011110 110010

Color Harmonies of #F7077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7077A

Black with #F7077A

Text Example


Text Example

White with #F7077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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