Html Css Color HEX #F60DF5 Magenta

📋 copy color: '#F60DF5'

red 246 ◦ green 13 ◦ blue 245

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

Shades of Magenta #F60DF5

Tints of Magenta #F60DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 48.81%
G = 2.58%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F60DF5 (or 0xF60DF5) is known color: Magenta. HEX triplet: F6, 0D and F5. RGB value is (246,13,245). Sum of RGB (Red+Green+Blue) = 246+13+245=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DF5 is #09F20A. Grayscale: #6C6C6C. Windows color (decimal): -651787 or 16059894. OLE color: 16059894.

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

Color convert

RGB 246 13 245 -
CMYK 0 0.95 0.00 0.04
HSL 300.26º 0.93% 0.51% -
HSV(B) 300.26º 0.95% 0.96% -
XYZ 54.63 26.47 88.62 -
YUV 109.12 204.69 225.64 -
System Red Green Blue C M Y K H S L
Decimal 246 13 245 0 0.95 0.00 0.04 300.26 0.93 0.51
Hex F6 D F5 0 5F 0 4 12C 5D 33
Octal 366 15 365 0 137 0 4 454 135 63
Binary 11110110 1101 11110101 0 1011111 0 100 100101100 1011101 110011

Color Harmonies of #F60DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DF5

Black with #F60DF5

Text Example


Text Example

White with #F60DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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