Html Css Color HEX #F311D5 Hot Magenta

📋 copy color: '#F311D5'

red 243 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #F311D5

Tints of Hot Magenta #F311D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 51.37%
G = 3.59%
B = 45.03%

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

#F311D5 (or 0xF311D5) is known color: Hot Magenta. HEX triplet: F3, 11 and D5. RGB value is (243,17,213). Sum of RGB (Red+Green+Blue) = 243+17+213=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F311D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311D5 is #0CEE2A. Grayscale: #6A6A6A. Windows color (decimal): -847403 or 13963763. OLE color: 13963763.

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

Color convert

RGB 243 17 213 -
CMYK 0 0.93 0.12 0.05
HSL 307.96º 0.9% 0.51% -
HSV(B) 307.96º 0.93% 0.95% -
XYZ 49.17 24.26 65.04 -
YUV 106.92 187.87 225.06 -
System Red Green Blue C M Y K H S L
Decimal 243 17 213 0 0.93 0.12 0.05 307.96 0.9 0.51
Hex F3 11 D5 0 5D C 5 134 5A 33
Octal 363 21 325 0 135 14 5 464 132 63
Binary 11110011 10001 11010101 0 1011101 1100 101 100110100 1011010 110011

Color Harmonies of #F311D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311D5

Black with #F311D5

Text Example


Text Example

White with #F311D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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