Html Css Color HEX #F7057A Deep Pink

📋 copy color: '#F7057A'

red 247 ◦ green 5 ◦ blue 122

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

Shades of Deep Pink #F7057A

Tints of Deep Pink #F7057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 66.04%
G = 1.34%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7057A (or 0xF7057A) is known color: Deep Pink. HEX triplet: F7, 05 and 7A. RGB value is (247,5,122). Sum of RGB (Red+Green+Blue) = 247+5+122=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7057A is #08FA85. Grayscale: #5A5A5A. Windows color (decimal): -588422 or 7996919. OLE color: 7996919.

HSL color Cylindrical-coordinate representation of color #F7057A: hue angle of 330.99º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7057A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 122 -
CMYK 0 0.98 0.51 0.03
HSL 330.99º 0.96% 0.49% -
HSV(B) 330.99º 0.98% 0.97% -
XYZ 41.92 21.29 20.31 -
YUV 90.7 145.67 239.49 -
System Red Green Blue C M Y K H S L
Decimal 247 5 122 0 0.98 0.51 0.03 330.99 0.96 0.49
Hex F7 5 7A 0 62 33 3 14B 60 31
Octal 367 5 172 0 142 63 3 513 140 61
Binary 11110111 101 1111010 0 1100010 110011 11 101001011 1100000 110001

Color Harmonies of #F7057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7057A

Black with #F7057A

Text Example


Text Example

White with #F7057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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