Html Css Color HEX #F31EFB Magenta

📋 copy color: '#F31EFB'

red 243 ◦ green 30 ◦ blue 251

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

Shades of Magenta #F31EFB

Tints of Magenta #F31EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 46.37%
G = 5.73%
B = 47.9%

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

#F31EFB (or 0xF31EFB) is known color: Magenta. HEX triplet: F3, 1E and FB. RGB value is (243,30,251). Sum of RGB (Red+Green+Blue) = 243+30+251=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 30 (12.11% from 255 or 5.73% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #F31EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31EFB is #0CE104. Grayscale: #767676. Windows color (decimal): -844037 or 16457459. OLE color: 16457459.

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

Color convert

RGB 243 30 251 -
CMYK 0.03 0.88 0 0.02
HSL 297.83º 0.97% 0.55% -
HSV(B) 297.83º 0.88% 0.98% -
XYZ 54.84 26.95 93.58 -
YUV 118.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 243 30 251 0.03 0.88 0 0.02 297.83 0.97 0.55
Hex F3 1E FB 3 58 0 2 12A 61 37
Octal 363 36 373 3 130 0 2 452 141 67
Binary 11110011 11110 11111011 11 1011000 0 10 100101010 1100001 110111

Color Harmonies of #F31EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31EFB

Black with #F31EFB

Text Example


Text Example

White with #F31EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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