Html Css Color HEX #F60CEA Magenta

📋 copy color: '#F60CEA'

red 246 ◦ green 12 ◦ blue 234

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

Shades of Magenta #F60CEA

Tints of Magenta #F60CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 50%
G = 2.44%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F60CEA (or 0xF60CEA) is known color: Magenta. HEX triplet: F6, 0C and EA. RGB value is (246,12,234). Sum of RGB (Red+Green+Blue) = 246+12+234=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CEA is #09F315. Grayscale: #6A6A6A. Windows color (decimal): -652054 or 15338742. OLE color: 15338742.

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

Color convert

RGB 246 12 234 -
CMYK 0 0.95 0.05 0.04
HSL 303.08º 0.93% 0.51% -
HSV(B) 303.08º 0.95% 0.96% -
XYZ 52.99 25.8 80.03 -
YUV 107.27 199.52 226.95 -
System Red Green Blue C M Y K H S L
Decimal 246 12 234 0 0.95 0.05 0.04 303.08 0.93 0.51
Hex F6 C EA 0 5F 5 4 12F 5D 33
Octal 366 14 352 0 137 5 4 457 135 63
Binary 11110110 1100 11101010 0 1011111 101 100 100101111 1011101 110011

Color Harmonies of #F60CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CEA

Black with #F60CEA

Text Example


Text Example

White with #F60CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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