Html Css Color HEX #F31CFC Magenta

📋 copy color: '#F31CFC'

red 243 ◦ green 28 ◦ blue 252

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

Shades of Magenta #F31CFC

Tints of Magenta #F31CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 46.46%
G = 5.35%
B = 48.18%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F31CFC (or 0xF31CFC) is known color: Magenta. HEX triplet: F3, 1C and FC. RGB value is (243,28,252). Sum of RGB (Red+Green+Blue) = 243+28+252=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #F31CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CFC is #0CE303. Grayscale: #757575. Windows color (decimal): -844548 or 16522483. OLE color: 16522483.

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

Color convert

RGB 243 28 252 -
CMYK 0.04 0.89 0 0.01
HSL 297.59º 0.97% 0.55% -
HSV(B) 297.59º 0.89% 0.99% -
XYZ 54.95 26.91 94.39 -
YUV 117.82 203.73 217.29 -
System Red Green Blue C M Y K H S L
Decimal 243 28 252 0.04 0.89 0 0.01 297.59 0.97 0.55
Hex F3 1C FC 4 59 0 1 12A 61 37
Octal 363 34 374 4 131 0 1 452 141 67
Binary 11110011 11100 11111100 100 1011001 0 1 100101010 1100001 110111

Color Harmonies of #F31CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CFC

Black with #F31CFC

Text Example


Text Example

White with #F31CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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