Html Css Color HEX #F62486 Deep Pink

📋 copy color: '#F62486'

red 246 ◦ green 36 ◦ blue 134

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

Shades of Deep Pink #F62486

Tints of Deep Pink #F62486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

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

R = 59.13%
G = 8.65%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F62486 (or 0xF62486) is known color: Deep Pink. HEX triplet: F6, 24 and 86. RGB value is (246,36,134). Sum of RGB (Red+Green+Blue) = 246+36+134=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F62486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62486 is #09DB79. Grayscale: #6D6D6D. Windows color (decimal): -646010 or 8791286. OLE color: 8791286.

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

Color convert

RGB 246 36 134 -
CMYK 0 0.85 0.46 0.04
HSL 332º 0.92% 0.55% -
HSV(B) 332º 0.85% 0.96% -
XYZ 42.94 22.58 24.65 -
YUV 109.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 246 36 134 0 0.85 0.46 0.04 332 0.92 0.55
Hex F6 24 86 0 55 2E 4 14C 5C 37
Octal 366 44 206 0 125 56 4 514 134 67
Binary 11110110 100100 10000110 0 1010101 101110 100 101001100 1011100 110111

Color Harmonies of #F62486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62486

Black with #F62486

Text Example


Text Example

White with #F62486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62486; }

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

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

background-color css

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

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

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

border-color css

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

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

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