Html Css Color HEX #F319E5 Magenta

📋 copy color: '#F319E5'

red 243 ◦ green 25 ◦ blue 229

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

Shades of Magenta #F319E5

Tints of Magenta #F319E5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.03%

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

R = 48.89%
G = 5.03%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F319E5 (or 0xF319E5) is known color: Magenta. HEX triplet: F3, 19 and E5. RGB value is (243,25,229). Sum of RGB (Red+Green+Blue) = 243+25+229=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F319E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319E5 is #0CE61A. Grayscale: #707070. Windows color (decimal): -845339 or 15014387. OLE color: 15014387.

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

Color convert

RGB 243 25 229 -
CMYK 0 0.90 0.06 0.05
HSL 303.85º 0.9% 0.53% -
HSV(B) 303.85º 0.9% 0.95% -
XYZ 51.45 25.41 76.32 -
YUV 113.44 193.22 220.41 -
System Red Green Blue C M Y K H S L
Decimal 243 25 229 0 0.90 0.06 0.05 303.85 0.9 0.53
Hex F3 19 E5 0 5A 6 5 130 5A 35
Octal 363 31 345 0 132 6 5 460 132 65
Binary 11110011 11001 11100101 0 1011010 110 101 100110000 1011010 110101

Color Harmonies of #F319E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F319E5

Black with #F319E5

Text Example


Text Example

White with #F319E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F319E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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