Html Css Color HEX #F304EC Magenta

📋 copy color: '#F304EC'

red 243 ◦ green 4 ◦ blue 236

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

Shades of Magenta #F304EC

Tints of Magenta #F304EC

RGB

 RED value IS 243 (95.31% from 255) = 50.31%

 GREEN value IS 4 (1.95% from 255) = 0.83%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 50.31%
G = 0.83%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F304EC (or 0xF304EC) is known color: Magenta. HEX triplet: F3, 04 and EC. RGB value is (243,4,236). Sum of RGB (Red+Green+Blue) = 243+4+236=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F304EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304EC is #0CFB13. Grayscale: #656565. Windows color (decimal): -850708 or 15467763. OLE color: 15467763.

HSL color Cylindrical-coordinate representation of color #F304EC: hue angle of 301.76º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304EC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 4 236 -
CMYK 0 0.98 0.03 0.05
HSL 301.76º 0.97% 0.48% -
HSV(B) 301.76º 0.98% 0.95% -
XYZ 52.15 25.2 81.47 -
YUV 101.91 203.68 228.64 -
System Red Green Blue C M Y K H S L
Decimal 243 4 236 0 0.98 0.03 0.05 301.76 0.97 0.48
Hex F3 4 EC 0 62 3 5 12E 61 30
Octal 363 4 354 0 142 3 5 456 141 60
Binary 11110011 100 11101100 0 1100010 11 101 100101110 1100001 110000

Color Harmonies of #F304EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304EC

Black with #F304EC

Text Example


Text Example

White with #F304EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304EC; }

 p { color: rgb(243,4,236); }

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

background-color css

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

 a { background-color: rgb(243,4,236); }

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

border-color css

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

 span { border-color: rgb(243,4,236); }

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