Html Css Color HEX #F309E5 Magenta

📋 copy color: '#F309E5'

red 243 ◦ green 9 ◦ blue 229

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

Shades of Magenta #F309E5

Tints of Magenta #F309E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.87%

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

R = 50.52%
G = 1.87%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F309E5 (or 0xF309E5) is known color: Magenta. HEX triplet: F3, 09 and E5. RGB value is (243,9,229). Sum of RGB (Red+Green+Blue) = 243+9+229=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F309E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309E5 is #0CF61A. Grayscale: #676767. Windows color (decimal): -849435 or 15010291. OLE color: 15010291.

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

Color convert

RGB 243 9 229 -
CMYK 0 0.96 0.06 0.05
HSL 303.59º 0.93% 0.49% -
HSV(B) 303.59º 0.96% 0.95% -
XYZ 51.2 24.91 76.24 -
YUV 104.05 198.52 227.11 -
System Red Green Blue C M Y K H S L
Decimal 243 9 229 0 0.96 0.06 0.05 303.59 0.93 0.49
Hex F3 9 E5 0 60 6 5 130 5D 31
Octal 363 11 345 0 140 6 5 460 135 61
Binary 11110011 1001 11100101 0 1100000 110 101 100110000 1011101 110001

Color Harmonies of #F309E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F309E5

Black with #F309E5

Text Example


Text Example

White with #F309E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F309E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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