Html Css Color HEX #F310D9 Hot Magenta

📋 copy color: '#F310D9'

red 243 ◦ green 16 ◦ blue 217

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

Shades of Hot Magenta #F310D9

Tints of Hot Magenta #F310D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.36%

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

R = 51.05%
G = 3.36%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F310D9 (or 0xF310D9) is known color: Hot Magenta. HEX triplet: F3, 10 and D9. RGB value is (243,16,217). Sum of RGB (Red+Green+Blue) = 243+16+217=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F310D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310D9 is #0CEF26. Grayscale: #6A6A6A. Windows color (decimal): -847655 or 14225651. OLE color: 14225651.

HSL color Cylindrical-coordinate representation of color #F310D9: hue angle of 306.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310D9 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 217 -
CMYK 0 0.93 0.11 0.05
HSL 306.87º 0.9% 0.51% -
HSV(B) 306.87º 0.93% 0.95% -
XYZ 49.67 24.44 67.74 -
YUV 106.79 190.21 225.16 -
System Red Green Blue C M Y K H S L
Decimal 243 16 217 0 0.93 0.11 0.05 306.87 0.9 0.51
Hex F3 10 D9 0 5D B 5 133 5A 33
Octal 363 20 331 0 135 13 5 463 132 63
Binary 11110011 10000 11011001 0 1011101 1011 101 100110011 1011010 110011

Color Harmonies of #F310D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310D9

Black with #F310D9

Text Example


Text Example

White with #F310D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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