Html Css Color HEX #F01CE7 Magenta

📋 copy color: '#F01CE7'

red 240 ◦ green 28 ◦ blue 231

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

Shades of Magenta #F01CE7

Tints of Magenta #F01CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 48.1%
G = 5.61%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F01CE7 (or 0xF01CE7) is known color: Magenta. HEX triplet: F0, 1C and E7. RGB value is (240,28,231). Sum of RGB (Red+Green+Blue) = 240+28+231=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CE7 is #0FE318. Grayscale: #717171. Windows color (decimal): -1041177 or 15146224. OLE color: 15146224.

HSL color Cylindrical-coordinate representation of color #F01CE7: hue angle of 302.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CE7 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 28 231 -
CMYK 0 0.88 0.04 0.06
HSL 302.55º 0.88% 0.53% -
HSV(B) 302.55º 0.88% 0.94% -
XYZ 50.77 25.13 77.77 -
YUV 114.53 193.74 217.49 -
System Red Green Blue C M Y K H S L
Decimal 240 28 231 0 0.88 0.04 0.06 302.55 0.88 0.53
Hex F0 1C E7 0 58 4 6 12F 58 35
Octal 360 34 347 0 130 4 6 457 130 65
Binary 11110000 11100 11100111 0 1011000 100 110 100101111 1011000 110101

Color Harmonies of #F01CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CE7

Black with #F01CE7

Text Example


Text Example

White with #F01CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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