Html Css Color HEX #F00FFC Magenta

📋 copy color: '#F00FFC'

red 240 ◦ green 15 ◦ blue 252

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

Shades of Magenta #F00FFC

Tints of Magenta #F00FFC

RGB

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

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

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

R = 47.34%
G = 2.96%
B = 49.7%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F00FFC (or 0xF00FFC) is known color: Magenta. HEX triplet: F0, 0F and FC. RGB value is (240,15,252). Sum of RGB (Red+Green+Blue) = 240+15+252=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #F00FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FFC is #0FF003. Grayscale: #6C6C6C. Windows color (decimal): -1044484 or 16519152. OLE color: 16519152.

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

Color convert

RGB 240 15 252 -
CMYK 0.05 0.94 0 0.01
HSL 296.96º 0.98% 0.52% -
HSV(B) 296.96º 0.94% 0.99% -
XYZ 53.68 25.9 94.26 -
YUV 109.29 208.54 221.23 -
System Red Green Blue C M Y K H S L
Decimal 240 15 252 0.05 0.94 0 0.01 296.96 0.98 0.52
Hex F0 F FC 5 5E 0 1 129 62 34
Octal 360 17 374 5 136 0 1 451 142 64
Binary 11110000 1111 11111100 101 1011110 0 1 100101001 1100010 110100

Color Harmonies of #F00FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FFC

Black with #F00FFC

Text Example


Text Example

White with #F00FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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