Html Css Color HEX #F01BFE Magenta

📋 copy color: '#F01BFE'

red 240 ◦ green 27 ◦ blue 254

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

Shades of Magenta #F01BFE

Tints of Magenta #F01BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 46.07%
G = 5.18%
B = 48.75%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F01BFE (or 0xF01BFE) is known color: Magenta. HEX triplet: F0, 1B and FE. RGB value is (240,27,254). Sum of RGB (Red+Green+Blue) = 240+27+254=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 27 (10.94% from 255 or 5.18% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #F01BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BFE is #0FE401. Grayscale: #737373. Windows color (decimal): -1041410 or 16653296. OLE color: 16653296.

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

Color convert

RGB 240 27 254 -
CMYK 0.06 0.89 0 0.00
HSL 296.3º 0.99% 0.55% -
HSV(B) 296.3º 0.89% 1% -
XYZ 54.22 26.46 96.02 -
YUV 116.57 205.57 216.04 -
System Red Green Blue C M Y K H S L
Decimal 240 27 254 0.06 0.89 0 0.00 296.3 0.99 0.55
Hex F0 1B FE 6 59 0 0 128 63 37
Octal 360 33 376 6 131 0 0 450 143 67
Binary 11110000 11011 11111110 110 1011001 0 0 100101000 1100011 110111

Color Harmonies of #F01BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BFE

Black with #F01BFE

Text Example


Text Example

White with #F01BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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