Html Css Color HEX #F01CF2 Magenta

📋 copy color: '#F01CF2'

red 240 ◦ green 28 ◦ blue 242

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

Shades of Magenta #F01CF2

Tints of Magenta #F01CF2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.49%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 47.06%
G = 5.49%
B = 47.45%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F01CF2 (or 0xF01CF2) is known color: Magenta. HEX triplet: F0, 1C and F2. RGB value is (240,28,242). Sum of RGB (Red+Green+Blue) = 240+28+242=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #F01CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CF2 is #0FE30D. Grayscale: #737373. Windows color (decimal): -1041166 or 15867120. OLE color: 15867120.

HSL color Cylindrical-coordinate representation of color #F01CF2: hue angle of 299.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CF2 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 28 242 -
CMYK 0.01 0.88 0 0.05
HSL 299.44º 0.89% 0.53% -
HSV(B) 299.44º 0.88% 0.95% -
XYZ 52.38 25.77 86.22 -
YUV 115.78 199.24 216.6 -
System Red Green Blue C M Y K H S L
Decimal 240 28 242 0.01 0.88 0 0.05 299.44 0.89 0.53
Hex F0 1C F2 1 58 0 5 12B 59 35
Octal 360 34 362 1 130 0 5 453 131 65
Binary 11110000 11100 11110010 1 1011000 0 101 100101011 1011001 110101

Color Harmonies of #F01CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CF2

Black with #F01CF2

Text Example


Text Example

White with #F01CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CF2; }

 p { color: rgb(240,28,242); }

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

background-color css

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

 a { background-color: rgb(240,28,242); }

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

border-color css

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

 span { border-color: rgb(240,28,242); }

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