Html Css Color HEX #F300EC Magenta

📋 copy color: '#F300EC'

red 243 ◦ green 0 ◦ blue 236

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

Shades of Magenta #F300EC

Tints of Magenta #F300EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.73%
G = 0%
B = 49.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F300EC (or 0xF300EC) is known color: Magenta. HEX triplet: F3, 00 and EC. RGB value is (243,0,236). Sum of RGB (Red+Green+Blue) = 243+0+236=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F300EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300EC is #0CFF13. Grayscale: #626262. Windows color (decimal): -851732 or 15466739. OLE color: 15466739.

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

Color convert

RGB 243 0 236 -
CMYK 0 1 0.03 0.05
HSL 301.73º 1% 0.48% -
HSV(B) 301.73º 1% 0.95% -
XYZ 52.1 25.11 81.46 -
YUV 99.56 205.01 230.31 -
System Red Green Blue C M Y K H S L
Decimal 243 0 236 0 1 0.03 0.05 301.73 1 0.48
Hex F3 0 EC 0 64 3 5 12E 64 30
Octal 363 0 354 0 144 3 5 456 144 60
Binary 11110011 0 11101100 0 1100100 11 101 100101110 1100100 110000

Color Harmonies of #F300EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300EC

Black with #F300EC

Text Example


Text Example

White with #F300EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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