Html Css Color HEX #F01CEE Magenta

📋 copy color: '#F01CEE'

red 240 ◦ green 28 ◦ blue 238

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

Shades of Magenta #F01CEE

Tints of Magenta #F01CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 47.43%
G = 5.53%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F01CEE (or 0xF01CEE) is known color: Magenta. HEX triplet: F0, 1C and EE. RGB value is (240,28,238). Sum of RGB (Red+Green+Blue) = 240+28+238=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CEE is #0FE311. Grayscale: #727272. Windows color (decimal): -1041170 or 15604976. OLE color: 15604976.

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

Color convert

RGB 240 28 238 -
CMYK 0 0.88 0.01 0.06
HSL 300.57º 0.88% 0.53% -
HSV(B) 300.57º 0.88% 0.94% -
XYZ 51.78 25.53 83.09 -
YUV 115.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 240 28 238 0 0.88 0.01 0.06 300.57 0.88 0.53
Hex F0 1C EE 0 58 1 6 12D 58 35
Octal 360 34 356 0 130 1 6 455 130 65
Binary 11110000 11100 11101110 0 1011000 1 110 100101101 1011000 110101

Color Harmonies of #F01CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CEE

Black with #F01CEE

Text Example


Text Example

White with #F01CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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