Html Css Color HEX #F01CEF Magenta

📋 copy color: '#F01CEF'

red 240 ◦ green 28 ◦ blue 239

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

Shades of Magenta #F01CEF

Tints of Magenta #F01CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 47.34%
G = 5.52%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F01CEF (or 0xF01CEF) is known color: Magenta. HEX triplet: F0, 1C and EF. RGB value is (240,28,239). Sum of RGB (Red+Green+Blue) = 240+28+239=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CEF is #0FE310. Grayscale: #727272. Windows color (decimal): -1041169 or 15670512. OLE color: 15670512.

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

Color convert

RGB 240 28 239 -
CMYK 0 0.88 0.00 0.06
HSL 300.28º 0.88% 0.53% -
HSV(B) 300.28º 0.88% 0.94% -
XYZ 51.93 25.59 83.86 -
YUV 115.44 197.74 216.84 -
System Red Green Blue C M Y K H S L
Decimal 240 28 239 0 0.88 0.00 0.06 300.28 0.88 0.53
Hex F0 1C EF 0 58 0 6 12C 58 35
Octal 360 34 357 0 130 0 6 454 130 65
Binary 11110000 11100 11101111 0 1011000 0 110 100101100 1011000 110101

Color Harmonies of #F01CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CEF

Black with #F01CEF

Text Example


Text Example

White with #F01CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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