Html Css Color HEX #F211DA Hot Magenta

📋 copy color: '#F211DA'

red 242 ◦ green 17 ◦ blue 218

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

Shades of Hot Magenta #F211DA

Tints of Hot Magenta #F211DA

RGB

 RED value IS 242 (94.92% from 255) = 50.73%

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 50.73%
G = 3.56%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F211DA (or 0xF211DA) is known color: Hot Magenta. HEX triplet: F2, 11 and DA. RGB value is (242,17,218). Sum of RGB (Red+Green+Blue) = 242+17+218=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F211DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211DA is #0DEE25. Grayscale: #6A6A6A. Windows color (decimal): -912934 or 14291442. OLE color: 14291442.

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

Color convert

RGB 242 17 218 -
CMYK 0 0.93 0.10 0.05
HSL 306.4º 0.9% 0.51% -
HSV(B) 306.4º 0.93% 0.95% -
XYZ 49.47 24.34 68.42 -
YUV 107.19 190.54 224.16 -
System Red Green Blue C M Y K H S L
Decimal 242 17 218 0 0.93 0.10 0.05 306.4 0.9 0.51
Hex F2 11 DA 0 5D A 5 132 5A 33
Octal 362 21 332 0 135 12 5 462 132 63
Binary 11110010 10001 11011010 0 1011101 1010 101 100110010 1011010 110011

Color Harmonies of #F211DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F211DA

Black with #F211DA

Text Example


Text Example

White with #F211DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F211DA; }

 p { color: rgb(242,17,218); }

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

background-color css

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

 a { background-color: rgb(242,17,218); }

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

border-color css

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

 span { border-color: rgb(242,17,218); }

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