Html Css Color HEX #F31CFF Magenta

📋 copy color: '#F31CFF'

red 243 ◦ green 28 ◦ blue 255

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

Shades of Magenta #F31CFF

Tints of Magenta #F31CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.32%

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

R = 46.2%
G = 5.32%
B = 48.48%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F31CFF (or 0xF31CFF) is known color: Magenta. HEX triplet: F3, 1C and FF. RGB value is (243,28,255). Sum of RGB (Red+Green+Blue) = 243+28+255=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F31CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CFF is #0CE300. Grayscale: #757575. Windows color (decimal): -844545 or 16719091. OLE color: 16719091.

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

Color convert

RGB 243 28 255 -
CMYK 0.05 0.89 0 0
HSL 296.83º 1% 0.55% -
HSV(B) 296.83º 0.89% 1% -
XYZ 55.43 27.11 96.92 -
YUV 118.16 205.23 217.04 -
System Red Green Blue C M Y K H S L
Decimal 243 28 255 0.05 0.89 0 0 296.83 1 0.55
Hex F3 1C FF 5 59 0 0 129 64 37
Octal 363 34 377 5 131 0 0 451 144 67
Binary 11110011 11100 11111111 101 1011001 0 0 100101001 1100100 110111

Color Harmonies of #F31CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CFF

Black with #F31CFF

Text Example


Text Example

White with #F31CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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