Html Css Color HEX #F61586 Deep Pink

📋 copy color: '#F61586'

red 246 ◦ green 21 ◦ blue 134

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

Shades of Deep Pink #F61586

Tints of Deep Pink #F61586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 61.35%
G = 5.24%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F61586 (or 0xF61586) is known color: Deep Pink. HEX triplet: F6, 15 and 86. RGB value is (246,21,134). Sum of RGB (Red+Green+Blue) = 246+21+134=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F61586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61586 is #09EA79. Grayscale: #646464. Windows color (decimal): -649850 or 8787446. OLE color: 8787446.

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

Color convert

RGB 246 21 134 -
CMYK 0 0.91 0.46 0.04
HSL 329.87º 0.93% 0.52% -
HSV(B) 329.87º 0.91% 0.96% -
XYZ 42.58 21.85 24.53 -
YUV 101.16 146.54 231.31 -
System Red Green Blue C M Y K H S L
Decimal 246 21 134 0 0.91 0.46 0.04 329.87 0.93 0.52
Hex F6 15 86 0 5B 2E 4 14A 5D 34
Octal 366 25 206 0 133 56 4 512 135 64
Binary 11110110 10101 10000110 0 1011011 101110 100 101001010 1011101 110100

Color Harmonies of #F61586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61586

Black with #F61586

Text Example


Text Example

White with #F61586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61586; }

 p { color: rgb(246,21,134); }

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

background-color css

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

 a { background-color: rgb(246,21,134); }

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

border-color css

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

 span { border-color: rgb(246,21,134); }

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