Html Css Color HEX #F213DB Hot Magenta

📋 copy color: '#F213DB'

red 242 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #F213DB

Tints of Hot Magenta #F213DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 50.42%
G = 3.96%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F213DB (or 0xF213DB) is known color: Hot Magenta. HEX triplet: F2, 13 and DB. RGB value is (242,19,219). Sum of RGB (Red+Green+Blue) = 242+19+219=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F213DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213DB is #0DEC24. Grayscale: #6B6B6B. Windows color (decimal): -912421 or 14357490. OLE color: 14357490.

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

Color convert

RGB 242 19 219 -
CMYK 0 0.92 0.10 0.05
HSL 306.19º 0.9% 0.51% -
HSV(B) 306.19º 0.92% 0.95% -
XYZ 49.64 24.46 69.12 -
YUV 108.48 190.38 223.24 -
System Red Green Blue C M Y K H S L
Decimal 242 19 219 0 0.92 0.10 0.05 306.19 0.9 0.51
Hex F2 13 DB 0 5C A 5 132 5A 33
Octal 362 23 333 0 134 12 5 462 132 63
Binary 11110010 10011 11011011 0 1011100 1010 101 100110010 1011010 110011

Color Harmonies of #F213DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213DB

Black with #F213DB

Text Example


Text Example

White with #F213DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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