Html Css Color HEX #F31DFA Magenta

📋 copy color: '#F31DFA'

red 243 ◦ green 29 ◦ blue 250

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

Shades of Magenta #F31DFA

Tints of Magenta #F31DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.56%

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

R = 46.55%
G = 5.56%
B = 47.89%

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

#F31DFA (or 0xF31DFA) is known color: Magenta. HEX triplet: F3, 1D and FA. RGB value is (243,29,250). Sum of RGB (Red+Green+Blue) = 243+29+250=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #F31DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DFA is #0CE205. Grayscale: #757575. Windows color (decimal): -844294 or 16391667. OLE color: 16391667.

HSL color Cylindrical-coordinate representation of color #F31DFA: hue angle of 298.1º 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 #F31DFA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 29 250 -
CMYK 0.03 0.88 0 0.02
HSL 298.1º 0.96% 0.55% -
HSV(B) 298.1º 0.88% 0.98% -
XYZ 54.66 26.84 92.74 -
YUV 118.18 202.4 217.03 -
System Red Green Blue C M Y K H S L
Decimal 243 29 250 0.03 0.88 0 0.02 298.1 0.96 0.55
Hex F3 1D FA 3 58 0 2 12A 60 37
Octal 363 35 372 3 130 0 2 452 140 67
Binary 11110011 11101 11111010 11 1011000 0 10 100101010 1100000 110111

Color Harmonies of #F31DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DFA

Black with #F31DFA

Text Example


Text Example

White with #F31DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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