Html Css Color HEX #F00ACB Hot Magenta

📋 copy color: '#F00ACB'

red 240 ◦ green 10 ◦ blue 203

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

Shades of Hot Magenta #F00ACB

Tints of Hot Magenta #F00ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.21%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 52.98%
G = 2.21%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F00ACB (or 0xF00ACB) is known color: Hot Magenta. HEX triplet: F0, 0A and CB. RGB value is (240,10,203). Sum of RGB (Red+Green+Blue) = 240+10+203=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ACB is #0FF534. Grayscale: #646464. Windows color (decimal): -1045813 or 13306608. OLE color: 13306608.

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

Color convert

RGB 240 10 203 -
CMYK 0 0.96 0.15 0.06
HSL 309.65º 0.92% 0.49% -
HSV(B) 309.65º 0.96% 0.94% -
XYZ 46.82 23.05 58.48 -
YUV 100.77 185.7 227.31 -
System Red Green Blue C M Y K H S L
Decimal 240 10 203 0 0.96 0.15 0.06 309.65 0.92 0.49
Hex F0 A CB 0 60 F 6 136 5C 31
Octal 360 12 313 0 140 17 6 466 134 61
Binary 11110000 1010 11001011 0 1100000 1111 110 100110110 1011100 110001

Color Harmonies of #F00ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ACB

Black with #F00ACB

Text Example


Text Example

White with #F00ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ACB; }

 p { color: rgb(240,10,203); }

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

background-color css

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

 a { background-color: rgb(240,10,203); }

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

border-color css

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

 span { border-color: rgb(240,10,203); }

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