Html Css Color HEX #F6057C Deep Pink

📋 copy color: '#F6057C'

red 246 ◦ green 5 ◦ blue 124

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

Shades of Deep Pink #F6057C

Tints of Deep Pink #F6057C

RGB

 RED value IS 246 (96.48% from 255) = 65.6%

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

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

R = 65.6%
G = 1.33%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6057C (or 0xF6057C) is known color: Deep Pink. HEX triplet: F6, 05 and 7C. RGB value is (246,5,124). Sum of RGB (Red+Green+Blue) = 246+5+124=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6057C is #09FA83. Grayscale: #5A5A5A. Windows color (decimal): -653956 or 8127990. OLE color: 8127990.

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

Color convert

RGB 246 5 124 -
CMYK 0 0.98 0.50 0.04
HSL 330.37º 0.96% 0.49% -
HSV(B) 330.37º 0.98% 0.96% -
XYZ 41.7 21.16 20.95 -
YUV 90.63 146.84 238.82 -
System Red Green Blue C M Y K H S L
Decimal 246 5 124 0 0.98 0.50 0.04 330.37 0.96 0.49
Hex F6 5 7C 0 62 32 4 14A 60 31
Octal 366 5 174 0 142 62 4 512 140 61
Binary 11110110 101 1111100 0 1100010 110010 100 101001010 1100000 110001

Color Harmonies of #F6057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6057C

Black with #F6057C

Text Example


Text Example

White with #F6057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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