Html Css Color HEX #F01BFB Magenta

📋 copy color: '#F01BFB'

red 240 ◦ green 27 ◦ blue 251

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

Shades of Magenta #F01BFB

Tints of Magenta #F01BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 46.33%
G = 5.21%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F01BFB (or 0xF01BFB) is known color: Magenta. HEX triplet: F0, 1B and FB. RGB value is (240,27,251). Sum of RGB (Red+Green+Blue) = 240+27+251=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 27 (10.94% from 255 or 5.21% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #F01BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BFB is #0FE404. Grayscale: #737373. Windows color (decimal): -1041413 or 16456688. OLE color: 16456688.

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

Color convert

RGB 240 27 251 -
CMYK 0.04 0.89 0 0.02
HSL 297.05º 0.97% 0.55% -
HSV(B) 297.05º 0.89% 0.98% -
XYZ 53.74 26.27 93.51 -
YUV 116.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 240 27 251 0.04 0.89 0 0.02 297.05 0.97 0.55
Hex F0 1B FB 4 59 0 2 129 61 37
Octal 360 33 373 4 131 0 2 451 141 67
Binary 11110000 11011 11111011 100 1011001 0 10 100101001 1100001 110111

Color Harmonies of #F01BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BFB

Black with #F01BFB

Text Example


Text Example

White with #F01BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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