Html Css Color HEX #F7057C Deep Pink

📋 copy color: '#F7057C'

red 247 ◦ green 5 ◦ blue 124

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

Shades of Deep Pink #F7057C

Tints of Deep Pink #F7057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 65.69%
G = 1.33%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7057C (or 0xF7057C) is known color: Deep Pink. HEX triplet: F7, 05 and 7C. RGB value is (247,5,124). Sum of RGB (Red+Green+Blue) = 247+5+124=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7057C is #08FA83. Grayscale: #5A5A5A. Windows color (decimal): -588420 or 8127991. OLE color: 8127991.

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

Color convert

RGB 247 5 124 -
CMYK 0 0.98 0.50 0.03
HSL 330.5º 0.96% 0.49% -
HSV(B) 330.5º 0.98% 0.97% -
XYZ 42.05 21.34 20.97 -
YUV 90.92 146.67 239.32 -
System Red Green Blue C M Y K H S L
Decimal 247 5 124 0 0.98 0.50 0.03 330.5 0.96 0.49
Hex F7 5 7C 0 62 32 3 14A 60 31
Octal 367 5 174 0 142 62 3 512 140 61
Binary 11110111 101 1111100 0 1100010 110010 11 101001010 1100000 110001

Color Harmonies of #F7057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7057C

Black with #F7057C

Text Example


Text Example

White with #F7057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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