Html Css Color HEX #F316ED Magenta

📋 copy color: '#F316ED'

red 243 ◦ green 22 ◦ blue 237

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

Shades of Magenta #F316ED

Tints of Magenta #F316ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.38%

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

R = 48.41%
G = 4.38%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F316ED (or 0xF316ED) is known color: Magenta. HEX triplet: F3, 16 and ED. RGB value is (243,22,237). Sum of RGB (Red+Green+Blue) = 243+22+237=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F316ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F316ED is #0CE912. Grayscale: #6F6F6F. Windows color (decimal): -846099 or 15537907. OLE color: 15537907.

HSL color Cylindrical-coordinate representation of color #F316ED: hue angle of 301.63º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F316ED is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 22 237 -
CMYK 0 0.91 0.02 0.05
HSL 301.63º 0.9% 0.52% -
HSV(B) 301.63º 0.91% 0.95% -
XYZ 52.54 25.74 82.32 -
YUV 112.59 198.22 221.02 -
System Red Green Blue C M Y K H S L
Decimal 243 22 237 0 0.91 0.02 0.05 301.63 0.9 0.52
Hex F3 16 ED 0 5B 2 5 12E 5A 34
Octal 363 26 355 0 133 2 5 456 132 64
Binary 11110011 10110 11101101 0 1011011 10 101 100101110 1011010 110100

Color Harmonies of #F316ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F316ED

Black with #F316ED

Text Example


Text Example

White with #F316ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F316ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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