Html Css Color HEX #F60784 Deep Pink

📋 copy color: '#F60784'

red 246 ◦ green 7 ◦ blue 132

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

Shades of Deep Pink #F60784

Tints of Deep Pink #F60784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 63.9%
G = 1.82%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F60784 (or 0xF60784) is known color: Deep Pink. HEX triplet: F6, 07 and 84. RGB value is (246,7,132). Sum of RGB (Red+Green+Blue) = 246+7+132=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60784 is #09F87B. Grayscale: #5C5C5C. Windows color (decimal): -653436 or 8652790. OLE color: 8652790.

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

Color convert

RGB 246 7 132 -
CMYK 0 0.97 0.46 0.04
HSL 328.62º 0.94% 0.5% -
HSV(B) 328.62º 0.97% 0.96% -
XYZ 42.25 21.41 23.74 -
YUV 92.71 150.18 237.34 -
System Red Green Blue C M Y K H S L
Decimal 246 7 132 0 0.97 0.46 0.04 328.62 0.94 0.5
Hex F6 7 84 0 61 2E 4 149 5E 32
Octal 366 7 204 0 141 56 4 511 136 62
Binary 11110110 111 10000100 0 1100001 101110 100 101001001 1011110 110010

Color Harmonies of #F60784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60784

Black with #F60784

Text Example


Text Example

White with #F60784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60784; }

 p { color: rgb(246,7,132); }

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

background-color css

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

 a { background-color: rgb(246,7,132); }

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

border-color css

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

 span { border-color: rgb(246,7,132); }

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