Html Css Color HEX #FC07FB Magenta

📋 copy color: '#FC07FB'

red 252 ◦ green 7 ◦ blue 251

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

Shades of Magenta #FC07FB

Tints of Magenta #FC07FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.37%

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

R = 49.41%
G = 1.37%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC07FB (or 0xFC07FB) is known color: Magenta. HEX triplet: FC, 07 and FB. RGB value is (252,7,251). Sum of RGB (Red+Green+Blue) = 252+7+251=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 7 (3.12% from 255 or 1.37% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07FB is #03F804. Grayscale: #6B6B6B. Windows color (decimal): -260101 or 16451580. OLE color: 16451580.

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

Color convert

RGB 252 7 251 -
CMYK 0 0.97 0.00 0.01
HSL 300.24º 0.98% 0.51% -
HSV(B) 300.24º 0.97% 0.99% -
XYZ 57.63 27.81 93.6 -
YUV 108.07 208.67 230.66 -
System Red Green Blue C M Y K H S L
Decimal 252 7 251 0 0.97 0.00 0.01 300.24 0.98 0.51
Hex FC 7 FB 0 61 0 1 12C 62 33
Octal 374 7 373 0 141 0 1 454 142 63
Binary 11111100 111 11111011 0 1100001 0 1 100101100 1100010 110011

Color Harmonies of #FC07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07FB

Black with #FC07FB

Text Example


Text Example

White with #FC07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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