Html Css Color HEX #F61082 Deep Pink

📋 copy color: '#F61082'

red 246 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #F61082

Tints of Deep Pink #F61082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 62.76%
G = 4.08%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F61082 (or 0xF61082) is known color: Deep Pink. HEX triplet: F6, 10 and 82. RGB value is (246,16,130). Sum of RGB (Red+Green+Blue) = 246+16+130=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F61082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61082 is #09EF7D. Grayscale: #616161. Windows color (decimal): -651134 or 8524022. OLE color: 8524022.

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

Color convert

RGB 246 16 130 -
CMYK 0 0.93 0.47 0.04
HSL 330.26º 0.93% 0.51% -
HSV(B) 330.26º 0.93% 0.96% -
XYZ 42.22 21.58 23.06 -
YUV 97.77 146.2 233.73 -
System Red Green Blue C M Y K H S L
Decimal 246 16 130 0 0.93 0.47 0.04 330.26 0.93 0.51
Hex F6 10 82 0 5D 2F 4 14A 5D 33
Octal 366 20 202 0 135 57 4 512 135 63
Binary 11110110 10000 10000010 0 1011101 101111 100 101001010 1011101 110011

Color Harmonies of #F61082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61082

Black with #F61082

Text Example


Text Example

White with #F61082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61082; }

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

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

background-color css

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

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

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

border-color css

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

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

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