Html Css Color HEX #F60EFA Magenta

📋 copy color: '#F60EFA'

red 246 ◦ green 14 ◦ blue 250

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

Shades of Magenta #F60EFA

Tints of Magenta #F60EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.75%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 48.24%
G = 2.75%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F60EFA (or 0xF60EFA) is known color: Magenta. HEX triplet: F6, 0E and FA. RGB value is (246,14,250). Sum of RGB (Red+Green+Blue) = 246+14+250=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 14 (5.86% from 255 or 2.75% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F60EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EFA is #09F105. Grayscale: #6D6D6D. Windows color (decimal): -651526 or 16387830. OLE color: 16387830.

HSL color Cylindrical-coordinate representation of color #F60EFA: hue angle of 298.98º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60EFA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 14 250 -
CMYK 0.02 0.94 0 0.02
HSL 298.98º 0.96% 0.52% -
HSV(B) 298.98º 0.94% 0.98% -
XYZ 55.42 26.81 92.7 -
YUV 110.27 206.86 224.81 -
System Red Green Blue C M Y K H S L
Decimal 246 14 250 0.02 0.94 0 0.02 298.98 0.96 0.52
Hex F6 E FA 2 5E 0 2 12B 60 34
Octal 366 16 372 2 136 0 2 453 140 64
Binary 11110110 1110 11111010 10 1011110 0 10 100101011 1100000 110100

Color Harmonies of #F60EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60EFA

Black with #F60EFA

Text Example


Text Example

White with #F60EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60EFA; }

 p { color: rgb(246,14,250); }

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

background-color css

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

 a { background-color: rgb(246,14,250); }

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

border-color css

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

 span { border-color: rgb(246,14,250); }

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