Html Css Color HEX #F413DF Hot Magenta

📋 copy color: '#F413DF'

red 244 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #F413DF

Tints of Hot Magenta #F413DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 50.21%
G = 3.91%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F413DF (or 0xF413DF) is known color: Hot Magenta. HEX triplet: F4, 13 and DF. RGB value is (244,19,223). Sum of RGB (Red+Green+Blue) = 244+19+223=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F413DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413DF is #0BEC20. Grayscale: #6C6C6C. Windows color (decimal): -781345 or 14619636. OLE color: 14619636.

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

Color convert

RGB 244 19 223 -
CMYK 0 0.92 0.09 0.04
HSL 305.6º 0.91% 0.52% -
HSV(B) 305.6º 0.92% 0.96% -
XYZ 50.86 25.03 71.96 -
YUV 109.53 192.04 223.91 -
System Red Green Blue C M Y K H S L
Decimal 244 19 223 0 0.92 0.09 0.04 305.6 0.91 0.52
Hex F4 13 DF 0 5C 9 4 132 5B 34
Octal 364 23 337 0 134 11 4 462 133 64
Binary 11110100 10011 11011111 0 1011100 1001 100 100110010 1011011 110100

Color Harmonies of #F413DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413DF

Black with #F413DF

Text Example


Text Example

White with #F413DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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