Html Css Color HEX #F01DFB Magenta

📋 copy color: '#F01DFB'

red 240 ◦ green 29 ◦ blue 251

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

Shades of Magenta #F01DFB

Tints of Magenta #F01DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.58%

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

R = 46.15%
G = 5.58%
B = 48.27%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F01DFB (or 0xF01DFB) is known color: Magenta. HEX triplet: F0, 1D and FB. RGB value is (240,29,251). Sum of RGB (Red+Green+Blue) = 240+29+251=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #F01DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DFB is #0FE204. Grayscale: #747474. Windows color (decimal): -1040901 or 16457200. OLE color: 16457200.

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

Color convert

RGB 240 29 251 -
CMYK 0.04 0.88 0 0.02
HSL 297.03º 0.97% 0.55% -
HSV(B) 297.03º 0.88% 0.98% -
XYZ 53.79 26.37 93.52 -
YUV 117.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 240 29 251 0.04 0.88 0 0.02 297.03 0.97 0.55
Hex F0 1D FB 4 58 0 2 129 61 37
Octal 360 35 373 4 130 0 2 451 141 67
Binary 11110000 11101 11111011 100 1011000 0 10 100101001 1100001 110111

Color Harmonies of #F01DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DFB

Black with #F01DFB

Text Example


Text Example

White with #F01DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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