Html Css Color HEX #F00EFB Magenta

📋 copy color: '#F00EFB'

red 240 ◦ green 14 ◦ blue 251

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

Shades of Magenta #F00EFB

Tints of Magenta #F00EFB

RGB

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

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

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

R = 47.52%
G = 2.77%
B = 49.7%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00EFB (or 0xF00EFB) is known color: Magenta. HEX triplet: F0, 0E and FB. RGB value is (240,14,251). Sum of RGB (Red+Green+Blue) = 240+14+251=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #F00EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EFB is #0FF104. Grayscale: #6B6B6B. Windows color (decimal): -1044741 or 16453360. OLE color: 16453360.

HSL color Cylindrical-coordinate representation of color #F00EFB: hue angle of 297.22º 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 #F00EFB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 14 251 -
CMYK 0.04 0.94 0 0.02
HSL 297.22º 0.97% 0.52% -
HSV(B) 297.22º 0.94% 0.98% -
XYZ 53.5 25.8 93.43 -
YUV 108.59 208.37 221.73 -
System Red Green Blue C M Y K H S L
Decimal 240 14 251 0.04 0.94 0 0.02 297.22 0.97 0.52
Hex F0 E FB 4 5E 0 2 129 61 34
Octal 360 16 373 4 136 0 2 451 141 64
Binary 11110000 1110 11111011 100 1011110 0 10 100101001 1100001 110100

Color Harmonies of #F00EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EFB

Black with #F00EFB

Text Example


Text Example

White with #F00EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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