Html Css Color HEX #F30ACE Hot Magenta

📋 copy color: '#F30ACE'

red 243 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #F30ACE

Tints of Hot Magenta #F30ACE

RGB

 RED value IS 243 (95.31% from 255) = 52.94%

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

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

R = 52.94%
G = 2.18%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F30ACE (or 0xF30ACE) is known color: Hot Magenta. HEX triplet: F3, 0A and CE. RGB value is (243,10,206). Sum of RGB (Red+Green+Blue) = 243+10+206=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ACE is #0CF531. Grayscale: #656565. Windows color (decimal): -849202 or 13503219. OLE color: 13503219.

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

Color convert

RGB 243 10 206 -
CMYK 0 0.96 0.15 0.05
HSL 309.53º 0.92% 0.5% -
HSV(B) 309.53º 0.96% 0.95% -
XYZ 48.21 23.73 60.43 -
YUV 102.01 186.69 228.56 -
System Red Green Blue C M Y K H S L
Decimal 243 10 206 0 0.96 0.15 0.05 309.53 0.92 0.5
Hex F3 A CE 0 60 F 5 136 5C 32
Octal 363 12 316 0 140 17 5 466 134 62
Binary 11110011 1010 11001110 0 1100000 1111 101 100110110 1011100 110010

Color Harmonies of #F30ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30ACE

Black with #F30ACE

Text Example


Text Example

White with #F30ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30ACE; }

 p { color: rgb(243,10,206); }

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

background-color css

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

 a { background-color: rgb(243,10,206); }

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

border-color css

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

 span { border-color: rgb(243,10,206); }

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