Html Css Color HEX #F326FA Magenta

📋 copy color: '#F326FA'

red 243 ◦ green 38 ◦ blue 250

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

Shades of Magenta #F326FA

Tints of Magenta #F326FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.16%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 45.76%
G = 7.16%
B = 47.08%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F326FA (or 0xF326FA) is known color: Magenta. HEX triplet: F3, 26 and FA. RGB value is (243,38,250). Sum of RGB (Red+Green+Blue) = 243+38+250=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 38 (15.23% from 255 or 7.16% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #F326FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326FA is #0CD905. Grayscale: #7A7A7A. Windows color (decimal): -841990 or 16393971. OLE color: 16393971.

HSL color Cylindrical-coordinate representation of color #F326FA: hue angle of 298.02º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F326FA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 38 250 -
CMYK 0.03 0.85 0 0.02
HSL 298.02º 0.95% 0.56% -
HSV(B) 298.02º 0.85% 0.98% -
XYZ 54.91 27.34 92.83 -
YUV 123.46 199.42 213.26 -
System Red Green Blue C M Y K H S L
Decimal 243 38 250 0.03 0.85 0 0.02 298.02 0.95 0.56
Hex F3 26 FA 3 55 0 2 12A 5F 38
Octal 363 46 372 3 125 0 2 452 137 70
Binary 11110011 100110 11111010 11 1010101 0 10 100101010 1011111 111000

Color Harmonies of #F326FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F326FA

Black with #F326FA

Text Example


Text Example

White with #F326FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F326FA; }

 p { color: rgb(243,38,250); }

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

background-color css

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

 a { background-color: rgb(243,38,250); }

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

border-color css

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

 span { border-color: rgb(243,38,250); }

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