Html Css Color HEX #F311D2 Hot Magenta

📋 copy color: '#F311D2'

red 243 ◦ green 17 ◦ blue 210

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

Shades of Hot Magenta #F311D2

Tints of Hot Magenta #F311D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 51.7%
G = 3.62%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F311D2 (or 0xF311D2) is known color: Hot Magenta. HEX triplet: F3, 11 and D2. RGB value is (243,17,210). Sum of RGB (Red+Green+Blue) = 243+17+210=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F311D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311D2 is #0CEE2D. Grayscale: #6A6A6A. Windows color (decimal): -847406 or 13767155. OLE color: 13767155.

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

Color convert

RGB 243 17 210 -
CMYK 0 0.93 0.14 0.05
HSL 308.76º 0.9% 0.51% -
HSV(B) 308.76º 0.93% 0.95% -
XYZ 48.8 24.11 63.05 -
YUV 106.58 186.37 225.31 -
System Red Green Blue C M Y K H S L
Decimal 243 17 210 0 0.93 0.14 0.05 308.76 0.9 0.51
Hex F3 11 D2 0 5D E 5 135 5A 33
Octal 363 21 322 0 135 16 5 465 132 63
Binary 11110011 10001 11010010 0 1011101 1110 101 100110101 1011010 110011

Color Harmonies of #F311D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311D2

Black with #F311D2

Text Example


Text Example

White with #F311D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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