Html Css Color HEX #FC0FF2 Magenta

📋 copy color: '#FC0FF2'

red 252 ◦ green 15 ◦ blue 242

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

Shades of Magenta #FC0FF2

Tints of Magenta #FC0FF2

RGB

 RED value IS 252 (98.83% from 255) = 49.51%

 GREEN value IS 15 (6.25% from 255) = 2.95%

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 49.51%
G = 2.95%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC0FF2 (or 0xFC0FF2) is known color: Magenta. HEX triplet: FC, 0F and F2. RGB value is (252,15,242). Sum of RGB (Red+Green+Blue) = 252+15+242=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FF2 is #03F00D. Grayscale: #6F6F6F. Windows color (decimal): -258062 or 15863804. OLE color: 15863804.

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

Color convert

RGB 252 15 242 -
CMYK 0 0.94 0.04 0.01
HSL 302.53º 0.98% 0.52% -
HSV(B) 302.53º 0.94% 0.99% -
XYZ 56.34 27.45 86.33 -
YUV 111.74 201.52 228.04 -
System Red Green Blue C M Y K H S L
Decimal 252 15 242 0 0.94 0.04 0.01 302.53 0.98 0.52
Hex FC F F2 0 5E 4 1 12F 62 34
Octal 374 17 362 0 136 4 1 457 142 64
Binary 11111100 1111 11110010 0 1011110 100 1 100101111 1100010 110100

Color Harmonies of #FC0FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FF2

Black with #FC0FF2

Text Example


Text Example

White with #FC0FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FF2; }

 p { color: rgb(252,15,242); }

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

background-color css

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

 a { background-color: rgb(252,15,242); }

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

border-color css

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

 span { border-color: rgb(252,15,242); }

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