Html Css Color HEX #F31AFF Magenta

📋 copy color: '#F31AFF'

red 243 ◦ green 26 ◦ blue 255

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

Shades of Magenta #F31AFF

Tints of Magenta #F31AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 4.96%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 46.37%
G = 4.96%
B = 48.66%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F31AFF (or 0xF31AFF) is known color: Magenta. HEX triplet: F3, 1A and FF. RGB value is (243,26,255). Sum of RGB (Red+Green+Blue) = 243+26+255=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 26 (10.55% from 255 or 4.96% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #F31AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31AFF is #0CE500. Grayscale: #747474. Windows color (decimal): -845057 or 16718579. OLE color: 16718579.

HSL color Cylindrical-coordinate representation of color #F31AFF: hue angle of 296.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31AFF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 26 255 -
CMYK 0.05 0.90 0 0
HSL 296.86º 1% 0.55% -
HSV(B) 296.86º 0.9% 1% -
XYZ 55.38 27.01 96.9 -
YUV 116.99 205.89 217.88 -
System Red Green Blue C M Y K H S L
Decimal 243 26 255 0.05 0.90 0 0 296.86 1 0.55
Hex F3 1A FF 5 5A 0 0 129 64 37
Octal 363 32 377 5 132 0 0 451 144 67
Binary 11110011 11010 11111111 101 1011010 0 0 100101001 1100100 110111

Color Harmonies of #F31AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31AFF

Black with #F31AFF

Text Example


Text Example

White with #F31AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31AFF; }

 p { color: rgb(243,26,255); }

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

background-color css

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

 a { background-color: rgb(243,26,255); }

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

border-color css

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

 span { border-color: rgb(243,26,255); }

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