Html Css Color HEX #F40EFB Magenta

📋 copy color: '#F40EFB'

red 244 ◦ green 14 ◦ blue 251

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

Shades of Magenta #F40EFB

Tints of Magenta #F40EFB

RGB

 RED value IS 244 (95.7% from 255) = 47.94%

 GREEN value IS 14 (5.86% from 255) = 2.75%

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

R = 47.94%
G = 2.75%
B = 49.31%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F40EFB (or 0xF40EFB) is known color: Magenta. HEX triplet: F4, 0E and FB. RGB value is (244,14,251). Sum of RGB (Red+Green+Blue) = 244+14+251=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 14 (5.86% from 255 or 2.75% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #F40EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40EFB is #0BF104. Grayscale: #6D6D6D. Windows color (decimal): -782597 or 16453364. OLE color: 16453364.

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

Color convert

RGB 244 14 251 -
CMYK 0.03 0.94 0 0.02
HSL 298.23º 0.97% 0.52% -
HSV(B) 298.23º 0.94% 0.98% -
XYZ 54.88 26.51 93.49 -
YUV 109.79 207.7 223.73 -
System Red Green Blue C M Y K H S L
Decimal 244 14 251 0.03 0.94 0 0.02 298.23 0.97 0.52
Hex F4 E FB 3 5E 0 2 12A 61 34
Octal 364 16 373 3 136 0 2 452 141 64
Binary 11110100 1110 11111011 11 1011110 0 10 100101010 1100001 110100

Color Harmonies of #F40EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40EFB

Black with #F40EFB

Text Example


Text Example

White with #F40EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40EFB; }

 p { color: rgb(244,14,251); }

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

background-color css

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

 a { background-color: rgb(244,14,251); }

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

border-color css

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

 span { border-color: rgb(244,14,251); }

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