Html Css Color HEX #F00CF1 Magenta

📋 copy color: '#F00CF1'

red 240 ◦ green 12 ◦ blue 241

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

Shades of Magenta #F00CF1

Tints of Magenta #F00CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 48.68%
G = 2.43%
B = 48.88%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F00CF1 (or 0xF00CF1) is known color: Magenta. HEX triplet: F0, 0C and F1. RGB value is (240,12,241). Sum of RGB (Red+Green+Blue) = 240+12+241=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #F00CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CF1 is #0FF30E. Grayscale: #696969. Windows color (decimal): -1045263 or 15797488. OLE color: 15797488.

HSL color Cylindrical-coordinate representation of color #F00CF1: hue angle of 299.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CF1 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 12 241 -
CMYK 0.00 0.95 0 0.05
HSL 299.74º 0.91% 0.5% -
HSV(B) 299.74º 0.95% 0.95% -
XYZ 51.94 25.14 85.33 -
YUV 106.28 204.04 223.38 -
System Red Green Blue C M Y K H S L
Decimal 240 12 241 0.00 0.95 0 0.05 299.74 0.91 0.5
Hex F0 C F1 0 5F 0 5 12C 5B 32
Octal 360 14 361 0 137 0 5 454 133 62
Binary 11110000 1100 11110001 0 1011111 0 101 100101100 1011011 110010

Color Harmonies of #F00CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CF1

Black with #F00CF1

Text Example


Text Example

White with #F00CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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