Html Css Color HEX #F61282 Deep Pink

📋 copy color: '#F61282'

red 246 ◦ green 18 ◦ blue 130

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

Shades of Deep Pink #F61282

Tints of Deep Pink #F61282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 62.44%
G = 4.57%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F61282 (or 0xF61282) is known color: Deep Pink. HEX triplet: F6, 12 and 82. RGB value is (246,18,130). Sum of RGB (Red+Green+Blue) = 246+18+130=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F61282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61282 is #09ED7D. Grayscale: #626262. Windows color (decimal): -650622 or 8524534. OLE color: 8524534.

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

Color convert

RGB 246 18 130 -
CMYK 0 0.93 0.47 0.04
HSL 330.53º 0.93% 0.52% -
HSV(B) 330.53º 0.93% 0.96% -
XYZ 42.25 21.64 23.07 -
YUV 98.94 145.54 232.89 -
System Red Green Blue C M Y K H S L
Decimal 246 18 130 0 0.93 0.47 0.04 330.53 0.93 0.52
Hex F6 12 82 0 5D 2F 4 14B 5D 34
Octal 366 22 202 0 135 57 4 513 135 64
Binary 11110110 10010 10000010 0 1011101 101111 100 101001011 1011101 110100

Color Harmonies of #F61282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61282

Black with #F61282

Text Example


Text Example

White with #F61282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61282; }

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

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

background-color css

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

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

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

border-color css

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

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

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