Html Css Color HEX #FC0FFB Magenta

📋 copy color: '#FC0FFB'

red 252 ◦ green 15 ◦ blue 251

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

Shades of Magenta #FC0FFB

Tints of Magenta #FC0FFB

RGB

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

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

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

R = 48.65%
G = 2.9%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC0FFB (or 0xFC0FFB) is known color: Magenta. HEX triplet: FC, 0F and FB. RGB value is (252,15,251). Sum of RGB (Red+Green+Blue) = 252+15+251=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 15 (6.25% from 255 or 2.90% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FFB is #03F004. Grayscale: #707070. Windows color (decimal): -258053 or 16453628. OLE color: 16453628.

HSL color Cylindrical-coordinate representation of color #FC0FFB: hue angle of 300.25º 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 #FC0FFB is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 15 251 -
CMYK 0 0.94 0.00 0.01
HSL 300.25º 0.98% 0.52% -
HSV(B) 300.25º 0.94% 0.99% -
XYZ 57.73 28 93.63 -
YUV 112.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 252 15 251 0 0.94 0.00 0.01 300.25 0.98 0.52
Hex FC F FB 0 5E 0 1 12C 62 34
Octal 374 17 373 0 136 0 1 454 142 64
Binary 11111100 1111 11111011 0 1011110 0 1 100101100 1100010 110100

Color Harmonies of #FC0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FFB

Black with #FC0FFB

Text Example


Text Example

White with #FC0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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