Html Css Color HEX #F00BDC Hot Magenta

📋 copy color: '#F00BDC'

red 240 ◦ green 11 ◦ blue 220

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

Shades of Hot Magenta #F00BDC

Tints of Hot Magenta #F00BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 50.96%
G = 2.34%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F00BDC (or 0xF00BDC) is known color: Hot Magenta. HEX triplet: F0, 0B and DC. RGB value is (240,11,220). Sum of RGB (Red+Green+Blue) = 240+11+220=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BDC is #0FF423. Grayscale: #666666. Windows color (decimal): -1045540 or 14420976. OLE color: 14420976.

HSL color Cylindrical-coordinate representation of color #F00BDC: hue angle of 305.24º 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 #F00BDC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 11 220 -
CMYK 0 0.95 0.08 0.06
HSL 305.24º 0.91% 0.49% -
HSV(B) 305.24º 0.95% 0.94% -
XYZ 48.97 23.93 69.75 -
YUV 103.3 193.87 225.51 -
System Red Green Blue C M Y K H S L
Decimal 240 11 220 0 0.95 0.08 0.06 305.24 0.91 0.49
Hex F0 B DC 0 5F 8 6 131 5B 31
Octal 360 13 334 0 137 10 6 461 133 61
Binary 11110000 1011 11011100 0 1011111 1000 110 100110001 1011011 110001

Color Harmonies of #F00BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BDC

Black with #F00BDC

Text Example


Text Example

White with #F00BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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