Html Css Color HEX #F000FC Magenta

📋 copy color: '#F000FC'

red 240 ◦ green 0 ◦ blue 252

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

Shades of Magenta #F000FC

Tints of Magenta #F000FC

RGB

 RED value IS 240 (94.14% from 255) = 48.78%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.78%
G = 0%
B = 51.22%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F000FC (or 0xF000FC) is known color: Magenta. HEX triplet: F0, 00 and FC. RGB value is (240,0,252). Sum of RGB (Red+Green+Blue) = 240+0+252=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #F000FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000FC is #0FFF03. Grayscale: #636363. Windows color (decimal): -1048324 or 16515312. OLE color: 16515312.

HSL color Cylindrical-coordinate representation of color #F000FC: hue angle of 297.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000FC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 0 252 -
CMYK 0.05 1 0 0.01
HSL 297.14º 1% 0.49% -
HSV(B) 297.14º 1% 0.99% -
XYZ 53.51 25.55 94.21 -
YUV 100.49 213.51 227.51 -
System Red Green Blue C M Y K H S L
Decimal 240 0 252 0.05 1 0 0.01 297.14 1 0.49
Hex F0 0 FC 5 64 0 1 129 64 31
Octal 360 0 374 5 144 0 1 451 144 61
Binary 11110000 0 11111100 101 1100100 0 1 100101001 1100100 110001

Color Harmonies of #F000FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000FC

Black with #F000FC

Text Example


Text Example

White with #F000FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000FC; }

 p { color: rgb(240,0,252); }

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

background-color css

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

 a { background-color: rgb(240,0,252); }

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

border-color css

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

 span { border-color: rgb(240,0,252); }

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