Html Css Color HEX #F60BE3 Hot Magenta

📋 copy color: '#F60BE3'

red 246 ◦ green 11 ◦ blue 227

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

Shades of Hot Magenta #F60BE3

Tints of Hot Magenta #F60BE3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.27%

 BLUE value IS 227 (89.06% from 255) = 46.9%

R = 50.83%
G = 2.27%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F60BE3 (or 0xF60BE3) is known color: Hot Magenta. HEX triplet: F6, 0B and E3. RGB value is (246,11,227). Sum of RGB (Red+Green+Blue) = 246+11+227=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BE3 is #09F41C. Grayscale: #696969. Windows color (decimal): -652317 or 14879734. OLE color: 14879734.

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

Color convert

RGB 246 11 227 -
CMYK 0 0.96 0.08 0.04
HSL 304.85º 0.93% 0.5% -
HSV(B) 304.85º 0.96% 0.96% -
XYZ 51.99 25.38 74.83 -
YUV 105.89 196.36 227.94 -
System Red Green Blue C M Y K H S L
Decimal 246 11 227 0 0.96 0.08 0.04 304.85 0.93 0.5
Hex F6 B E3 0 60 8 4 131 5D 32
Octal 366 13 343 0 140 10 4 461 135 62
Binary 11110110 1011 11100011 0 1100000 1000 100 100110001 1011101 110010

Color Harmonies of #F60BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BE3

Black with #F60BE3

Text Example


Text Example

White with #F60BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BE3; }

 p { color: rgb(246,11,227); }

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

background-color css

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

 a { background-color: rgb(246,11,227); }

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

border-color css

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

 span { border-color: rgb(246,11,227); }

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