Html Css Color HEX #F61B86 Deep Pink

📋 copy color: '#F61B86'

red 246 ◦ green 27 ◦ blue 134

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

Shades of Deep Pink #F61B86

Tints of Deep Pink #F61B86

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.63%

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

R = 60.44%
G = 6.63%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F61B86 (or 0xF61B86) is known color: Deep Pink. HEX triplet: F6, 1B and 86. RGB value is (246,27,134). Sum of RGB (Red+Green+Blue) = 246+27+134=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61B86 is #09E479. Grayscale: #686868. Windows color (decimal): -648314 or 8788982. OLE color: 8788982.

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

Color convert

RGB 246 27 134 -
CMYK 0 0.89 0.46 0.04
HSL 330.68º 0.92% 0.54% -
HSV(B) 330.68º 0.89% 0.96% -
XYZ 42.7 22.1 24.57 -
YUV 104.68 144.55 228.8 -
System Red Green Blue C M Y K H S L
Decimal 246 27 134 0 0.89 0.46 0.04 330.68 0.92 0.54
Hex F6 1B 86 0 59 2E 4 14B 5C 36
Octal 366 33 206 0 131 56 4 513 134 66
Binary 11110110 11011 10000110 0 1011001 101110 100 101001011 1011100 110110

Color Harmonies of #F61B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B86

Black with #F61B86

Text Example


Text Example

White with #F61B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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