Html Css Color HEX #FC0CF5 Magenta

📋 copy color: '#FC0CF5'

red 252 ◦ green 12 ◦ blue 245

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

Shades of Magenta #FC0CF5

Tints of Magenta #FC0CF5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.36%

 BLUE value IS 245 (96.09% from 255) = 48.13%

R = 49.51%
G = 2.36%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC0CF5 (or 0xFC0CF5) is known color: Magenta. HEX triplet: FC, 0C and F5. RGB value is (252,12,245). Sum of RGB (Red+Green+Blue) = 252+12+245=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 12 (5.08% from 255 or 2.36% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CF5 is #03F30A. Grayscale: #6D6D6D. Windows color (decimal): -258827 or 16059644. OLE color: 16059644.

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

Color convert

RGB 252 12 245 -
CMYK 0 0.95 0.03 0.01
HSL 301.75º 0.98% 0.52% -
HSV(B) 301.75º 0.95% 0.99% -
XYZ 56.76 27.55 88.71 -
YUV 110.32 204.01 229.05 -
System Red Green Blue C M Y K H S L
Decimal 252 12 245 0 0.95 0.03 0.01 301.75 0.98 0.52
Hex FC C F5 0 5F 3 1 12E 62 34
Octal 374 14 365 0 137 3 1 456 142 64
Binary 11111100 1100 11110101 0 1011111 11 1 100101110 1100010 110100

Color Harmonies of #FC0CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CF5

Black with #FC0CF5

Text Example


Text Example

White with #FC0CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CF5; }

 p { color: rgb(252,12,245); }

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

background-color css

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

 a { background-color: rgb(252,12,245); }

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

border-color css

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

 span { border-color: rgb(252,12,245); }

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