Html Css Color HEX #F61080 Deep Pink

📋 copy color: '#F61080'

red 246 ◦ green 16 ◦ blue 128

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

Shades of Deep Pink #F61080

Tints of Deep Pink #F61080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 63.08%
G = 4.1%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F61080 (or 0xF61080) is known color: Deep Pink. HEX triplet: F6, 10 and 80. RGB value is (246,16,128). Sum of RGB (Red+Green+Blue) = 246+16+128=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F61080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61080 is #09EF7F. Grayscale: #616161. Windows color (decimal): -651136 or 8392950. OLE color: 8392950.

HSL color Cylindrical-coordinate representation of color #F61080: hue angle of 330.78º 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 #F61080 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 128 -
CMYK 0 0.93 0.48 0.04
HSL 330.78º 0.93% 0.51% -
HSV(B) 330.78º 0.93% 0.96% -
XYZ 42.09 21.52 22.36 -
YUV 97.54 145.2 233.89 -
System Red Green Blue C M Y K H S L
Decimal 246 16 128 0 0.93 0.48 0.04 330.78 0.93 0.51
Hex F6 10 80 0 5D 30 4 14B 5D 33
Octal 366 20 200 0 135 60 4 513 135 63
Binary 11110110 10000 10000000 0 1011101 110000 100 101001011 1011101 110011

Color Harmonies of #F61080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61080

Black with #F61080

Text Example


Text Example

White with #F61080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61080; }

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

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

background-color css

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

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

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

border-color css

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

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

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