Html Css Color HEX #F01BED Magenta

📋 copy color: '#F01BED'

red 240 ◦ green 27 ◦ blue 237

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

Shades of Magenta #F01BED

Tints of Magenta #F01BED

RGB

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

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

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

R = 47.62%
G = 5.36%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F01BED (or 0xF01BED) is known color: Magenta. HEX triplet: F0, 1B and ED. RGB value is (240,27,237). Sum of RGB (Red+Green+Blue) = 240+27+237=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BED is #0FE412. Grayscale: #727272. Windows color (decimal): -1041427 or 15539184. OLE color: 15539184.

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

Color convert

RGB 240 27 237 -
CMYK 0 0.89 0.01 0.06
HSL 300.85º 0.88% 0.52% -
HSV(B) 300.85º 0.89% 0.94% -
XYZ 51.61 25.42 82.31 -
YUV 114.63 197.07 217.42 -
System Red Green Blue C M Y K H S L
Decimal 240 27 237 0 0.89 0.01 0.06 300.85 0.88 0.52
Hex F0 1B ED 0 59 1 6 12D 58 34
Octal 360 33 355 0 131 1 6 455 130 64
Binary 11110000 11011 11101101 0 1011001 1 110 100101101 1011000 110100

Color Harmonies of #F01BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BED

Black with #F01BED

Text Example


Text Example

White with #F01BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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