Html Css Color HEX #F61084 Deep Pink

📋 copy color: '#F61084'

red 246 ◦ green 16 ◦ blue 132

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

Shades of Deep Pink #F61084

Tints of Deep Pink #F61084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 62.44%
G = 4.06%
B = 33.5%

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

#F61084 (or 0xF61084) is known color: Deep Pink. HEX triplet: F6, 10 and 84. RGB value is (246,16,132). Sum of RGB (Red+Green+Blue) = 246+16+132=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F61084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61084 is #09EF7B. Grayscale: #616161. Windows color (decimal): -651132 or 8655094. OLE color: 8655094.

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

Color convert

RGB 246 16 132 -
CMYK 0 0.93 0.46 0.04
HSL 329.74º 0.93% 0.51% -
HSV(B) 329.74º 0.93% 0.96% -
XYZ 42.36 21.63 23.77 -
YUV 97.99 147.2 233.57 -
System Red Green Blue C M Y K H S L
Decimal 246 16 132 0 0.93 0.46 0.04 329.74 0.93 0.51
Hex F6 10 84 0 5D 2E 4 14A 5D 33
Octal 366 20 204 0 135 56 4 512 135 63
Binary 11110110 10000 10000100 0 1011101 101110 100 101001010 1011101 110011

Color Harmonies of #F61084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61084

Black with #F61084

Text Example


Text Example

White with #F61084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61084; }

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

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

background-color css

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

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

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

border-color css

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

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

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