Html Css Color HEX #F01BFC Magenta

📋 copy color: '#F01BFC'

red 240 ◦ green 27 ◦ blue 252

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

Shades of Magenta #F01BFC

Tints of Magenta #F01BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 46.24%
G = 5.2%
B = 48.55%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F01BFC (or 0xF01BFC) is known color: Magenta. HEX triplet: F0, 1B and FC. RGB value is (240,27,252). Sum of RGB (Red+Green+Blue) = 240+27+252=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #F01BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BFC is #0FE403. Grayscale: #737373. Windows color (decimal): -1041412 or 16522224. OLE color: 16522224.

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

Color convert

RGB 240 27 252 -
CMYK 0.05 0.89 0 0.01
HSL 296.8º 0.97% 0.55% -
HSV(B) 296.8º 0.89% 0.99% -
XYZ 53.9 26.34 94.34 -
YUV 116.34 204.57 216.2 -
System Red Green Blue C M Y K H S L
Decimal 240 27 252 0.05 0.89 0 0.01 296.8 0.97 0.55
Hex F0 1B FC 5 59 0 1 129 61 37
Octal 360 33 374 5 131 0 1 451 141 67
Binary 11110000 11011 11111100 101 1011001 0 1 100101001 1100001 110111

Color Harmonies of #F01BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BFC

Black with #F01BFC

Text Example


Text Example

White with #F01BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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