Html Css Color HEX #F311D7 Hot Magenta

📋 copy color: '#F311D7'

red 243 ◦ green 17 ◦ blue 215

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

Shades of Hot Magenta #F311D7

Tints of Hot Magenta #F311D7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.58%

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 51.16%
G = 3.58%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F311D7 (or 0xF311D7) is known color: Hot Magenta. HEX triplet: F3, 11 and D7. RGB value is (243,17,215). Sum of RGB (Red+Green+Blue) = 243+17+215=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F311D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311D7 is #0CEE28. Grayscale: #6A6A6A. Windows color (decimal): -847401 or 14094835. OLE color: 14094835.

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

Color convert

RGB 243 17 215 -
CMYK 0 0.93 0.12 0.05
HSL 307.43º 0.9% 0.51% -
HSV(B) 307.43º 0.93% 0.95% -
XYZ 49.43 24.36 66.39 -
YUV 107.15 188.87 224.9 -
System Red Green Blue C M Y K H S L
Decimal 243 17 215 0 0.93 0.12 0.05 307.43 0.9 0.51
Hex F3 11 D7 0 5D C 5 133 5A 33
Octal 363 21 327 0 135 14 5 463 132 63
Binary 11110011 10001 11010111 0 1011101 1100 101 100110011 1011010 110011

Color Harmonies of #F311D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311D7

Black with #F311D7

Text Example


Text Example

White with #F311D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311D7; }

 p { color: rgb(243,17,215); }

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

background-color css

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

 a { background-color: rgb(243,17,215); }

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

border-color css

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

 span { border-color: rgb(243,17,215); }

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