Html Css Color HEX #F318FE Magenta

📋 copy color: '#F318FE'

red 243 ◦ green 24 ◦ blue 254

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

Shades of Magenta #F318FE

Tints of Magenta #F318FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.61%

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 46.64%
G = 4.61%
B = 48.75%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F318FE (or 0xF318FE) is known color: Magenta. HEX triplet: F3, 18 and FE. RGB value is (243,24,254). Sum of RGB (Red+Green+Blue) = 243+24+254=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 24 (9.77% from 255 or 4.61% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #F318FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F318FE is #0CE701. Grayscale: #727272. Windows color (decimal): -845570 or 16652531. OLE color: 16652531.

HSL color Cylindrical-coordinate representation of color #F318FE: hue angle of 297.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F318FE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 24 254 -
CMYK 0.04 0.91 0 0.00
HSL 297.13º 0.99% 0.55% -
HSV(B) 297.13º 0.91% 1% -
XYZ 55.18 26.86 96.04 -
YUV 115.7 206.05 218.8 -
System Red Green Blue C M Y K H S L
Decimal 243 24 254 0.04 0.91 0 0.00 297.13 0.99 0.55
Hex F3 18 FE 4 5B 0 0 129 63 37
Octal 363 30 376 4 133 0 0 451 143 67
Binary 11110011 11000 11111110 100 1011011 0 0 100101001 1100011 110111

Color Harmonies of #F318FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F318FE

Black with #F318FE

Text Example


Text Example

White with #F318FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F318FE; }

 p { color: rgb(243,24,254); }

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

background-color css

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

 a { background-color: rgb(243,24,254); }

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

border-color css

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

 span { border-color: rgb(243,24,254); }

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