Html Css Color HEX #F303E5 Magenta

📋 copy color: '#F303E5'

red 243 ◦ green 3 ◦ blue 229

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

Shades of Magenta #F303E5

Tints of Magenta #F303E5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

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

R = 51.16%
G = 0.63%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F303E5 (or 0xF303E5) is known color: Magenta. HEX triplet: F3, 03 and E5. RGB value is (243,3,229). Sum of RGB (Red+Green+Blue) = 243+3+229=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F303E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303E5 is #0CFC1A. Grayscale: #636363. Windows color (decimal): -850971 or 15008755. OLE color: 15008755.

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

Color convert

RGB 243 3 229 -
CMYK 0 0.99 0.06 0.05
HSL 303.5º 0.98% 0.48% -
HSV(B) 303.5º 0.99% 0.95% -
XYZ 51.14 24.78 76.22 -
YUV 100.52 200.51 229.62 -
System Red Green Blue C M Y K H S L
Decimal 243 3 229 0 0.99 0.06 0.05 303.5 0.98 0.48
Hex F3 3 E5 0 63 6 5 130 62 30
Octal 363 3 345 0 143 6 5 460 142 60
Binary 11110011 11 11100101 0 1100011 110 101 100110000 1100010 110000

Color Harmonies of #F303E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F303E5

Black with #F303E5

Text Example


Text Example

White with #F303E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F303E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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