Html Css Color HEX #F615D7 Hot Magenta

📋 copy color: '#F615D7'

red 246 ◦ green 21 ◦ blue 215

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

Shades of Hot Magenta #F615D7

Tints of Hot Magenta #F615D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 51.04%
G = 4.36%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F615D7 (or 0xF615D7) is known color: Hot Magenta. HEX triplet: F6, 15 and D7. RGB value is (246,21,215). Sum of RGB (Red+Green+Blue) = 246+21+215=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F615D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615D7 is #09EA28. Grayscale: #6D6D6D. Windows color (decimal): -649769 or 14095862. OLE color: 14095862.

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

Color convert

RGB 246 21 215 -
CMYK 0 0.91 0.13 0.04
HSL 308.27º 0.93% 0.52% -
HSV(B) 308.27º 0.91% 0.96% -
XYZ 50.54 25.04 66.46 -
YUV 110.39 187.04 224.73 -
System Red Green Blue C M Y K H S L
Decimal 246 21 215 0 0.91 0.13 0.04 308.27 0.93 0.52
Hex F6 15 D7 0 5B D 4 134 5D 34
Octal 366 25 327 0 133 15 4 464 135 64
Binary 11110110 10101 11010111 0 1011011 1101 100 100110100 1011101 110100

Color Harmonies of #F615D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F615D7

Black with #F615D7

Text Example


Text Example

White with #F615D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F615D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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