Html Css Color HEX #F30AD9 Hot Magenta

📋 copy color: '#F30AD9'

red 243 ◦ green 10 ◦ blue 217

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

Shades of Hot Magenta #F30AD9

Tints of Hot Magenta #F30AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 51.7%
G = 2.13%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F30AD9 (or 0xF30AD9) is known color: Hot Magenta. HEX triplet: F3, 0A and D9. RGB value is (243,10,217). Sum of RGB (Red+Green+Blue) = 243+10+217=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AD9 is #0CF526. Grayscale: #666666. Windows color (decimal): -849191 or 14224115. OLE color: 14224115.

HSL color Cylindrical-coordinate representation of color #F30AD9: hue angle of 306.7º 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 #F30AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 10 217 -
CMYK 0 0.96 0.11 0.05
HSL 306.7º 0.92% 0.5% -
HSV(B) 306.7º 0.96% 0.95% -
XYZ 49.6 24.28 67.72 -
YUV 103.27 192.19 227.67 -
System Red Green Blue C M Y K H S L
Decimal 243 10 217 0 0.96 0.11 0.05 306.7 0.92 0.5
Hex F3 A D9 0 60 B 5 133 5C 32
Octal 363 12 331 0 140 13 5 463 134 62
Binary 11110011 1010 11011001 0 1100000 1011 101 100110011 1011100 110010

Color Harmonies of #F30AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30AD9

Black with #F30AD9

Text Example


Text Example

White with #F30AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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