Html Css Color HEX #F00BED Magenta

📋 copy color: '#F00BED'

red 240 ◦ green 11 ◦ blue 237

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

Shades of Magenta #F00BED

Tints of Magenta #F00BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.25%

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 49.18%
G = 2.25%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F00BED (or 0xF00BED) is known color: Magenta. HEX triplet: F0, 0B and ED. RGB value is (240,11,237). Sum of RGB (Red+Green+Blue) = 240+11+237=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BED is #0FF412. Grayscale: #686868. Windows color (decimal): -1045523 or 15535088. OLE color: 15535088.

HSL color Cylindrical-coordinate representation of color #F00BED: hue angle of 300.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00BED is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 11 237 -
CMYK 0 0.95 0.01 0.06
HSL 300.79º 0.91% 0.49% -
HSV(B) 300.79º 0.95% 0.94% -
XYZ 51.34 24.88 82.22 -
YUV 105.24 202.37 224.12 -
System Red Green Blue C M Y K H S L
Decimal 240 11 237 0 0.95 0.01 0.06 300.79 0.91 0.49
Hex F0 B ED 0 5F 1 6 12D 5B 31
Octal 360 13 355 0 137 1 6 455 133 61
Binary 11110000 1011 11101101 0 1011111 1 110 100101101 1011011 110001

Color Harmonies of #F00BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BED

Black with #F00BED

Text Example


Text Example

White with #F00BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BED; }

 p { color: rgb(240,11,237); }

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

background-color css

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

 a { background-color: rgb(240,11,237); }

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

border-color css

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

 span { border-color: rgb(240,11,237); }

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