Html Css Color HEX #F01BEF Magenta

📋 copy color: '#F01BEF'

red 240 ◦ green 27 ◦ blue 239

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

Shades of Magenta #F01BEF

Tints of Magenta #F01BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.34%

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

R = 47.43%
G = 5.34%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F01BEF (or 0xF01BEF) is known color: Magenta. HEX triplet: F0, 1B and EF. RGB value is (240,27,239). Sum of RGB (Red+Green+Blue) = 240+27+239=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BEF is #0FE410. Grayscale: #727272. Windows color (decimal): -1041425 or 15670256. OLE color: 15670256.

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

Color convert

RGB 240 27 239 -
CMYK 0 0.89 0.00 0.06
HSL 300.28º 0.88% 0.52% -
HSV(B) 300.28º 0.89% 0.94% -
XYZ 51.91 25.54 83.86 -
YUV 114.86 198.07 217.26 -
System Red Green Blue C M Y K H S L
Decimal 240 27 239 0 0.89 0.00 0.06 300.28 0.88 0.52
Hex F0 1B EF 0 59 0 6 12C 58 34
Octal 360 33 357 0 131 0 6 454 130 64
Binary 11110000 11011 11101111 0 1011001 0 110 100101100 1011000 110100

Color Harmonies of #F01BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BEF

Black with #F01BEF

Text Example


Text Example

White with #F01BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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