Html Css Color HEX #F615DC Hot Magenta

📋 copy color: '#F615DC'

red 246 ◦ green 21 ◦ blue 220

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

Shades of Hot Magenta #F615DC

Tints of Hot Magenta #F615DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.31%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 50.51%
G = 4.31%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F615DC (or 0xF615DC) is known color: Hot Magenta. HEX triplet: F6, 15 and DC. RGB value is (246,21,220). Sum of RGB (Red+Green+Blue) = 246+21+220=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 21 (8.59% from 255 or 4.31% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F615DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615DC is #09EA23. Grayscale: #6E6E6E. Windows color (decimal): -649764 or 14423542. OLE color: 14423542.

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

Color convert

RGB 246 21 220 -
CMYK 0 0.91 0.11 0.04
HSL 306.93º 0.93% 0.52% -
HSV(B) 306.93º 0.91% 0.96% -
XYZ 51.19 25.3 69.89 -
YUV 110.96 189.54 224.32 -
System Red Green Blue C M Y K H S L
Decimal 246 21 220 0 0.91 0.11 0.04 306.93 0.93 0.52
Hex F6 15 DC 0 5B B 4 133 5D 34
Octal 366 25 334 0 133 13 4 463 135 64
Binary 11110110 10101 11011100 0 1011011 1011 100 100110011 1011101 110100

Color Harmonies of #F615DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F615DC

Black with #F615DC

Text Example


Text Example

White with #F615DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F615DC; }

 p { color: rgb(246,21,220); }

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

background-color css

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

 a { background-color: rgb(246,21,220); }

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

border-color css

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

 span { border-color: rgb(246,21,220); }

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