Html Css Color HEX #F61286 Deep Pink

📋 copy color: '#F61286'

red 246 ◦ green 18 ◦ blue 134

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

Shades of Deep Pink #F61286

Tints of Deep Pink #F61286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.52%

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

R = 61.81%
G = 4.52%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F61286 (or 0xF61286) is known color: Deep Pink. HEX triplet: F6, 12 and 86. RGB value is (246,18,134). Sum of RGB (Red+Green+Blue) = 246+18+134=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F61286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61286 is #09ED79. Grayscale: #636363. Windows color (decimal): -650618 or 8786678. OLE color: 8786678.

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

Color convert

RGB 246 18 134 -
CMYK 0 0.93 0.46 0.04
HSL 329.47º 0.93% 0.52% -
HSV(B) 329.47º 0.93% 0.96% -
XYZ 42.53 21.75 24.51 -
YUV 99.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 246 18 134 0 0.93 0.46 0.04 329.47 0.93 0.52
Hex F6 12 86 0 5D 2E 4 149 5D 34
Octal 366 22 206 0 135 56 4 511 135 64
Binary 11110110 10010 10000110 0 1011101 101110 100 101001001 1011101 110100

Color Harmonies of #F61286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61286

Black with #F61286

Text Example


Text Example

White with #F61286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61286; }

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

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

background-color css

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

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

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

border-color css

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

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

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