Html Css Color HEX #F31CEC Magenta

📋 copy color: '#F31CEC'

red 243 ◦ green 28 ◦ blue 236

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

Shades of Magenta #F31CEC

Tints of Magenta #F31CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 47.93%
G = 5.52%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F31CEC (or 0xF31CEC) is known color: Magenta. HEX triplet: F3, 1C and EC. RGB value is (243,28,236). Sum of RGB (Red+Green+Blue) = 243+28+236=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CEC is #0CE313. Grayscale: #737373. Windows color (decimal): -844564 or 15473907. OLE color: 15473907.

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

Color convert

RGB 243 28 236 -
CMYK 0 0.88 0.03 0.05
HSL 301.95º 0.9% 0.53% -
HSV(B) 301.95º 0.88% 0.95% -
XYZ 52.52 25.94 81.6 -
YUV 116 195.73 218.59 -
System Red Green Blue C M Y K H S L
Decimal 243 28 236 0 0.88 0.03 0.05 301.95 0.9 0.53
Hex F3 1C EC 0 58 3 5 12E 5A 35
Octal 363 34 354 0 130 3 5 456 132 65
Binary 11110011 11100 11101100 0 1011000 11 101 100101110 1011010 110101

Color Harmonies of #F31CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CEC

Black with #F31CEC

Text Example


Text Example

White with #F31CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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