Html Css Color HEX #F31EFA Magenta

📋 copy color: '#F31EFA'

red 243 ◦ green 30 ◦ blue 250

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

Shades of Magenta #F31EFA

Tints of Magenta #F31EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.74%

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

R = 46.46%
G = 5.74%
B = 47.8%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F31EFA (or 0xF31EFA) is known color: Magenta. HEX triplet: F3, 1E and FA. RGB value is (243,30,250). Sum of RGB (Red+Green+Blue) = 243+30+250=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 30 (12.11% from 255 or 5.74% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #F31EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31EFA is #0CE105. Grayscale: #767676. Windows color (decimal): -844038 or 16391923. OLE color: 16391923.

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

Color convert

RGB 243 30 250 -
CMYK 0.03 0.88 0 0.02
HSL 298.09º 0.96% 0.55% -
HSV(B) 298.09º 0.88% 0.98% -
XYZ 54.68 26.89 92.75 -
YUV 118.77 202.07 216.61 -
System Red Green Blue C M Y K H S L
Decimal 243 30 250 0.03 0.88 0 0.02 298.09 0.96 0.55
Hex F3 1E FA 3 58 0 2 12A 60 37
Octal 363 36 372 3 130 0 2 452 140 67
Binary 11110011 11110 11111010 11 1011000 0 10 100101010 1100000 110111

Color Harmonies of #F31EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31EFA

Black with #F31EFA

Text Example


Text Example

White with #F31EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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