Html Css Color HEX #F413DA Hot Magenta

📋 copy color: '#F413DA'

red 244 ◦ green 19 ◦ blue 218

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

Shades of Hot Magenta #F413DA

Tints of Hot Magenta #F413DA

RGB

 RED value IS 244 (95.7% from 255) = 50.73%

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

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

R = 50.73%
G = 3.95%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F413DA (or 0xF413DA) is known color: Hot Magenta. HEX triplet: F4, 13 and DA. RGB value is (244,19,218). Sum of RGB (Red+Green+Blue) = 244+19+218=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F413DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413DA is #0BEC25. Grayscale: #6C6C6C. Windows color (decimal): -781350 or 14291956. OLE color: 14291956.

HSL color Cylindrical-coordinate representation of color #F413DA: hue angle of 306.93º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413DA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 218 -
CMYK 0 0.92 0.11 0.04
HSL 306.93º 0.91% 0.52% -
HSV(B) 306.93º 0.92% 0.96% -
XYZ 50.2 24.76 68.46 -
YUV 108.96 189.54 224.32 -
System Red Green Blue C M Y K H S L
Decimal 244 19 218 0 0.92 0.11 0.04 306.93 0.91 0.52
Hex F4 13 DA 0 5C B 4 133 5B 34
Octal 364 23 332 0 134 13 4 463 133 64
Binary 11110100 10011 11011010 0 1011100 1011 100 100110011 1011011 110100

Color Harmonies of #F413DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413DA

Black with #F413DA

Text Example


Text Example

White with #F413DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413DA; }

 p { color: rgb(244,19,218); }

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

background-color css

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

 a { background-color: rgb(244,19,218); }

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

border-color css

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

 span { border-color: rgb(244,19,218); }

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