Html Css Color HEX #F304ED Magenta

📋 copy color: '#F304ED'

red 243 ◦ green 4 ◦ blue 237

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

Shades of Magenta #F304ED

Tints of Magenta #F304ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 50.21%
G = 0.83%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F304ED (or 0xF304ED) is known color: Magenta. HEX triplet: F3, 04 and ED. RGB value is (243,4,237). Sum of RGB (Red+Green+Blue) = 243+4+237=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F304ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304ED is #0CFB12. Grayscale: #656565. Windows color (decimal): -850707 or 15533299. OLE color: 15533299.

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

Color convert

RGB 243 4 237 -
CMYK 0 0.98 0.02 0.05
HSL 301.51º 0.97% 0.48% -
HSV(B) 301.51º 0.98% 0.95% -
XYZ 52.29 25.26 82.24 -
YUV 102.02 204.18 228.55 -
System Red Green Blue C M Y K H S L
Decimal 243 4 237 0 0.98 0.02 0.05 301.51 0.97 0.48
Hex F3 4 ED 0 62 2 5 12E 61 30
Octal 363 4 355 0 142 2 5 456 141 60
Binary 11110011 100 11101101 0 1100010 10 101 100101110 1100001 110000

Color Harmonies of #F304ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304ED

Black with #F304ED

Text Example


Text Example

White with #F304ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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