Html Css Color HEX #F60DF3 Magenta

📋 copy color: '#F60DF3'

red 246 ◦ green 13 ◦ blue 243

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

Shades of Magenta #F60DF3

Tints of Magenta #F60DF3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.59%

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

R = 49%
G = 2.59%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F60DF3 (or 0xF60DF3) is known color: Magenta. HEX triplet: F6, 0D and F3. RGB value is (246,13,243). Sum of RGB (Red+Green+Blue) = 246+13+243=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DF3 is #09F20C. Grayscale: #6C6C6C. Windows color (decimal): -651789 or 15928822. OLE color: 15928822.

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

Color convert

RGB 246 13 243 -
CMYK 0 0.95 0.01 0.04
HSL 300.77º 0.93% 0.51% -
HSV(B) 300.77º 0.95% 0.96% -
XYZ 54.33 26.35 87.02 -
YUV 108.89 203.69 225.8 -
System Red Green Blue C M Y K H S L
Decimal 246 13 243 0 0.95 0.01 0.04 300.77 0.93 0.51
Hex F6 D F3 0 5F 1 4 12D 5D 33
Octal 366 15 363 0 137 1 4 455 135 63
Binary 11110110 1101 11110011 0 1011111 1 100 100101101 1011101 110011

Color Harmonies of #F60DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DF3

Black with #F60DF3

Text Example


Text Example

White with #F60DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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