Html Css Color HEX #F60FF3 Magenta

📋 copy color: '#F60FF3'

red 246 ◦ green 15 ◦ blue 243

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

Shades of Magenta #F60FF3

Tints of Magenta #F60FF3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.98%

 BLUE value IS 243 (95.31% from 255) = 48.21%

R = 48.81%
G = 2.98%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F60FF3 (or 0xF60FF3) is known color: Magenta. HEX triplet: F6, 0F and F3. RGB value is (246,15,243). Sum of RGB (Red+Green+Blue) = 246+15+243=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FF3 is #09F00C. Grayscale: #6D6D6D. Windows color (decimal): -651277 or 15929334. OLE color: 15929334.

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

Color convert

RGB 246 15 243 -
CMYK 0 0.94 0.01 0.04
HSL 300.78º 0.93% 0.51% -
HSV(B) 300.78º 0.94% 0.96% -
XYZ 54.35 26.41 87.03 -
YUV 110.06 203.03 224.96 -
System Red Green Blue C M Y K H S L
Decimal 246 15 243 0 0.94 0.01 0.04 300.78 0.93 0.51
Hex F6 F F3 0 5E 1 4 12D 5D 33
Octal 366 17 363 0 136 1 4 455 135 63
Binary 11110110 1111 11110011 0 1011110 1 100 100101101 1011101 110011

Color Harmonies of #F60FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FF3

Black with #F60FF3

Text Example


Text Example

White with #F60FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FF3; }

 p { color: rgb(246,15,243); }

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

background-color css

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

 a { background-color: rgb(246,15,243); }

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

border-color css

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

 span { border-color: rgb(246,15,243); }

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