Html Css Color HEX #F00BCE Hot Magenta

📋 copy color: '#F00BCE'

red 240 ◦ green 11 ◦ blue 206

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

Shades of Hot Magenta #F00BCE

Tints of Hot Magenta #F00BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 52.52%
G = 2.41%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F00BCE (or 0xF00BCE) is known color: Hot Magenta. HEX triplet: F0, 0B and CE. RGB value is (240,11,206). Sum of RGB (Red+Green+Blue) = 240+11+206=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BCE is #0FF431. Grayscale: #656565. Windows color (decimal): -1045554 or 13503472. OLE color: 13503472.

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

Color convert

RGB 240 11 206 -
CMYK 0 0.95 0.14 0.06
HSL 308.91º 0.91% 0.49% -
HSV(B) 308.91º 0.95% 0.94% -
XYZ 47.2 23.22 60.39 -
YUV 101.7 186.87 226.64 -
System Red Green Blue C M Y K H S L
Decimal 240 11 206 0 0.95 0.14 0.06 308.91 0.91 0.49
Hex F0 B CE 0 5F E 6 135 5B 31
Octal 360 13 316 0 137 16 6 465 133 61
Binary 11110000 1011 11001110 0 1011111 1110 110 100110101 1011011 110001

Color Harmonies of #F00BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BCE

Black with #F00BCE

Text Example


Text Example

White with #F00BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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