Html Css Color HEX #F213D5 Hot Magenta

📋 copy color: '#F213D5'

red 242 ◦ green 19 ◦ blue 213

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

Shades of Hot Magenta #F213D5

Tints of Hot Magenta #F213D5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

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

R = 51.05%
G = 4.01%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F213D5 (or 0xF213D5) is known color: Hot Magenta. HEX triplet: F2, 13 and D5. RGB value is (242,19,213). Sum of RGB (Red+Green+Blue) = 242+19+213=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F213D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213D5 is #0DEC2A. Grayscale: #6B6B6B. Windows color (decimal): -912427 or 13964274. OLE color: 13964274.

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

Color convert

RGB 242 19 213 -
CMYK 0 0.92 0.12 0.05
HSL 307.8º 0.9% 0.51% -
HSV(B) 307.8º 0.92% 0.95% -
XYZ 48.86 24.15 65.04 -
YUV 107.79 187.38 223.73 -
System Red Green Blue C M Y K H S L
Decimal 242 19 213 0 0.92 0.12 0.05 307.8 0.9 0.51
Hex F2 13 D5 0 5C C 5 134 5A 33
Octal 362 23 325 0 134 14 5 464 132 63
Binary 11110010 10011 11010101 0 1011100 1100 101 100110100 1011010 110011

Color Harmonies of #F213D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213D5

Black with #F213D5

Text Example


Text Example

White with #F213D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213D5; }

 p { color: rgb(242,19,213); }

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

background-color css

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

 a { background-color: rgb(242,19,213); }

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

border-color css

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

 span { border-color: rgb(242,19,213); }

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