Html Css Color HEX #F61079 Deep Pink

📋 copy color: '#F61079'

red 246 ◦ green 16 ◦ blue 121

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

Shades of Deep Pink #F61079

Tints of Deep Pink #F61079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.18%

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 64.23%
G = 4.18%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F61079 (or 0xF61079) is known color: Deep Pink. HEX triplet: F6, 10 and 79. RGB value is (246,16,121). Sum of RGB (Red+Green+Blue) = 246+16+121=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F61079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61079 is #09EF86. Grayscale: #606060. Windows color (decimal): -651143 or 7934198. OLE color: 7934198.

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

Color convert

RGB 246 16 121 -
CMYK 0 0.93 0.51 0.04
HSL 332.61º 0.93% 0.51% -
HSV(B) 332.61º 0.93% 0.96% -
XYZ 41.64 21.34 20.01 -
YUV 96.74 141.7 234.46 -
System Red Green Blue C M Y K H S L
Decimal 246 16 121 0 0.93 0.51 0.04 332.61 0.93 0.51
Hex F6 10 79 0 5D 33 4 14D 5D 33
Octal 366 20 171 0 135 63 4 515 135 63
Binary 11110110 10000 1111001 0 1011101 110011 100 101001101 1011101 110011

Color Harmonies of #F61079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61079

Black with #F61079

Text Example


Text Example

White with #F61079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61079; }

 p { color: rgb(246,16,121); }

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

background-color css

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

 a { background-color: rgb(246,16,121); }

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

border-color css

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

 span { border-color: rgb(246,16,121); }

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