Html Css Color HEX #F413DD Hot Magenta

📋 copy color: '#F413DD'

red 244 ◦ green 19 ◦ blue 221

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

Shades of Hot Magenta #F413DD

Tints of Hot Magenta #F413DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 50.41%
G = 3.93%
B = 45.66%

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

#F413DD (or 0xF413DD) is known color: Hot Magenta. HEX triplet: F4, 13 and DD. RGB value is (244,19,221). Sum of RGB (Red+Green+Blue) = 244+19+221=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F413DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413DD is #0BEC22. Grayscale: #6C6C6C. Windows color (decimal): -781347 or 14488564. OLE color: 14488564.

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

Color convert

RGB 244 19 221 -
CMYK 0 0.92 0.09 0.04
HSL 306.13º 0.91% 0.52% -
HSV(B) 306.13º 0.92% 0.96% -
XYZ 50.59 24.92 70.55 -
YUV 109.3 191.04 224.07 -
System Red Green Blue C M Y K H S L
Decimal 244 19 221 0 0.92 0.09 0.04 306.13 0.91 0.52
Hex F4 13 DD 0 5C 9 4 132 5B 34
Octal 364 23 335 0 134 11 4 462 133 64
Binary 11110100 10011 11011101 0 1011100 1001 100 100110010 1011011 110100

Color Harmonies of #F413DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413DD

Black with #F413DD

Text Example


Text Example

White with #F413DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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