Html Css Color HEX #F304FD Magenta

📋 copy color: '#F304FD'

red 243 ◦ green 4 ◦ blue 253

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

Shades of Magenta #F304FD

Tints of Magenta #F304FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 48.6%
G = 0.8%
B = 50.6%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F304FD (or 0xF304FD) is known color: Magenta. HEX triplet: F3, 04 and FD. RGB value is (243,4,253). Sum of RGB (Red+Green+Blue) = 243+4+253=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 4 (1.95% from 255 or 0.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #F304FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304FD is #0CFB02. Grayscale: #676767. Windows color (decimal): -850691 or 16581875. OLE color: 16581875.

HSL color Cylindrical-coordinate representation of color #F304FD: hue angle of 297.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304FD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 4 253 -
CMYK 0.04 0.98 0 0.01
HSL 297.59º 0.98% 0.5% -
HSV(B) 297.59º 0.98% 0.99% -
XYZ 54.74 26.23 95.11 -
YUV 103.85 212.18 227.25 -
System Red Green Blue C M Y K H S L
Decimal 243 4 253 0.04 0.98 0 0.01 297.59 0.98 0.5
Hex F3 4 FD 4 62 0 1 12A 62 32
Octal 363 4 375 4 142 0 1 452 142 62
Binary 11110011 100 11111101 100 1100010 0 1 100101010 1100010 110010

Color Harmonies of #F304FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304FD

Black with #F304FD

Text Example


Text Example

White with #F304FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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