Html Css Color HEX #F31CEE Magenta

📋 copy color: '#F31CEE'

red 243 ◦ green 28 ◦ blue 238

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

Shades of Magenta #F31CEE

Tints of Magenta #F31CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 47.74%
G = 5.5%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F31CEE (or 0xF31CEE) is known color: Magenta. HEX triplet: F3, 1C and EE. RGB value is (243,28,238). Sum of RGB (Red+Green+Blue) = 243+28+238=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CEE is #0CE311. Grayscale: #737373. Windows color (decimal): -844562 or 15604979. OLE color: 15604979.

HSL color Cylindrical-coordinate representation of color #F31CEE: hue angle of 301.4º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CEE is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 28 238 -
CMYK 0 0.88 0.02 0.05
HSL 301.4º 0.9% 0.53% -
HSV(B) 301.4º 0.88% 0.95% -
XYZ 52.81 26.06 83.14 -
YUV 116.23 196.73 218.42 -
System Red Green Blue C M Y K H S L
Decimal 243 28 238 0 0.88 0.02 0.05 301.4 0.9 0.53
Hex F3 1C EE 0 58 2 5 12D 5A 35
Octal 363 34 356 0 130 2 5 455 132 65
Binary 11110011 11100 11101110 0 1011000 10 101 100101101 1011010 110101

Color Harmonies of #F31CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CEE

Black with #F31CEE

Text Example


Text Example

White with #F31CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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