Html Css Color HEX #F315E5 Magenta

📋 copy color: '#F315E5'

red 243 ◦ green 21 ◦ blue 229

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

Shades of Magenta #F315E5

Tints of Magenta #F315E5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.26%

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 49.29%
G = 4.26%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F315E5 (or 0xF315E5) is known color: Magenta. HEX triplet: F3, 15 and E5. RGB value is (243,21,229). Sum of RGB (Red+Green+Blue) = 243+21+229=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F315E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315E5 is #0CEA1A. Grayscale: #6E6E6E. Windows color (decimal): -846363 or 15013363. OLE color: 15013363.

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

Color convert

RGB 243 21 229 -
CMYK 0 0.91 0.06 0.05
HSL 303.78º 0.9% 0.52% -
HSV(B) 303.78º 0.91% 0.95% -
XYZ 51.37 25.25 76.29 -
YUV 111.09 194.55 222.09 -
System Red Green Blue C M Y K H S L
Decimal 243 21 229 0 0.91 0.06 0.05 303.78 0.9 0.52
Hex F3 15 E5 0 5B 6 5 130 5A 34
Octal 363 25 345 0 133 6 5 460 132 64
Binary 11110011 10101 11100101 0 1011011 110 101 100110000 1011010 110100

Color Harmonies of #F315E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315E5

Black with #F315E5

Text Example


Text Example

White with #F315E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315E5; }

 p { color: rgb(243,21,229); }

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

background-color css

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

 a { background-color: rgb(243,21,229); }

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

border-color css

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

 span { border-color: rgb(243,21,229); }

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