Html Css Color HEX #F00CFC Magenta

📋 copy color: '#F00CFC'

red 240 ◦ green 12 ◦ blue 252

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

Shades of Magenta #F00CFC

Tints of Magenta #F00CFC

RGB

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

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

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

R = 47.62%
G = 2.38%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F00CFC (or 0xF00CFC) is known color: Magenta. HEX triplet: F0, 0C and FC. RGB value is (240,12,252). Sum of RGB (Red+Green+Blue) = 240+12+252=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #F00CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CFC is #0FF303. Grayscale: #6A6A6A. Windows color (decimal): -1045252 or 16518384. OLE color: 16518384.

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

Color convert

RGB 240 12 252 -
CMYK 0.05 0.95 0 0.01
HSL 297º 0.98% 0.52% -
HSV(B) 297º 0.95% 0.99% -
XYZ 53.64 25.82 94.25 -
YUV 107.53 209.54 222.49 -
System Red Green Blue C M Y K H S L
Decimal 240 12 252 0.05 0.95 0 0.01 297 0.98 0.52
Hex F0 C FC 5 5F 0 1 129 62 34
Octal 360 14 374 5 137 0 1 451 142 64
Binary 11110000 1100 11111100 101 1011111 0 1 100101001 1100010 110100

Color Harmonies of #F00CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CFC

Black with #F00CFC

Text Example


Text Example

White with #F00CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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