Html Css Color HEX #F60CFA Magenta

📋 copy color: '#F60CFA'

red 246 ◦ green 12 ◦ blue 250

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

Shades of Magenta #F60CFA

Tints of Magenta #F60CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.36%

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

R = 48.43%
G = 2.36%
B = 49.21%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F60CFA (or 0xF60CFA) is known color: Magenta. HEX triplet: F6, 0C and FA. RGB value is (246,12,250). Sum of RGB (Red+Green+Blue) = 246+12+250=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 12 (5.08% from 255 or 2.36% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #F60CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CFA is #09F305. Grayscale: #6C6C6C. Windows color (decimal): -652038 or 16387318. OLE color: 16387318.

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

Color convert

RGB 246 12 250 -
CMYK 0.02 0.95 0 0.02
HSL 298.99º 0.96% 0.51% -
HSV(B) 298.99º 0.95% 0.98% -
XYZ 55.39 26.76 92.69 -
YUV 109.1 207.52 225.65 -
System Red Green Blue C M Y K H S L
Decimal 246 12 250 0.02 0.95 0 0.02 298.99 0.96 0.51
Hex F6 C FA 2 5F 0 2 12B 60 33
Octal 366 14 372 2 137 0 2 453 140 63
Binary 11110110 1100 11111010 10 1011111 0 10 100101011 1100000 110011

Color Harmonies of #F60CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CFA

Black with #F60CFA

Text Example


Text Example

White with #F60CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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