Html Css Color HEX #F321FA Magenta

📋 copy color: '#F321FA'

red 243 ◦ green 33 ◦ blue 250

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

Shades of Magenta #F321FA

Tints of Magenta #F321FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.27%

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

R = 46.2%
G = 6.27%
B = 47.53%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F321FA (or 0xF321FA) is known color: Magenta. HEX triplet: F3, 21 and FA. RGB value is (243,33,250). Sum of RGB (Red+Green+Blue) = 243+33+250=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F321FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F321FA is #0CDE05. Grayscale: #777777. Windows color (decimal): -843270 or 16392691. OLE color: 16392691.

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

Color convert

RGB 243 33 250 -
CMYK 0.03 0.87 0 0.02
HSL 298.06º 0.96% 0.55% -
HSV(B) 298.06º 0.87% 0.98% -
XYZ 54.76 27.04 92.78 -
YUV 120.53 201.07 215.36 -
System Red Green Blue C M Y K H S L
Decimal 243 33 250 0.03 0.87 0 0.02 298.06 0.96 0.55
Hex F3 21 FA 3 57 0 2 12A 60 37
Octal 363 41 372 3 127 0 2 452 140 67
Binary 11110011 100001 11111010 11 1010111 0 10 100101010 1100000 110111

Color Harmonies of #F321FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F321FA

Black with #F321FA

Text Example


Text Example

White with #F321FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F321FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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