Html Css Color HEX #FA15DD Hot Magenta

📋 copy color: '#FA15DD'

red 250 ◦ green 21 ◦ blue 221

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

Shades of Hot Magenta #FA15DD

Tints of Hot Magenta #FA15DD

RGB

 RED value IS 250 (98.05% from 255) = 50.81%

 GREEN value IS 21 (8.59% from 255) = 4.27%

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

R = 50.81%
G = 4.27%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA15DD (or 0xFA15DD) is known color: Hot Magenta. HEX triplet: FA, 15 and DD. RGB value is (250,21,221). Sum of RGB (Red+Green+Blue) = 250+21+221=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 21 (8.59% from 255 or 4.27% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15DD is #05EA22. Grayscale: #6F6F6F. Windows color (decimal): -387619 or 14489082. OLE color: 14489082.

HSL color Cylindrical-coordinate representation of color #FA15DD: hue angle of 307.6º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA15DD is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 21 221 -
CMYK 0 0.92 0.12 0.02
HSL 307.6º 0.96% 0.53% -
HSV(B) 307.6º 0.92% 0.98% -
XYZ 52.74 26.08 70.66 -
YUV 112.27 189.37 226.24 -
System Red Green Blue C M Y K H S L
Decimal 250 21 221 0 0.92 0.12 0.02 307.6 0.96 0.53
Hex FA 15 DD 0 5C C 2 134 60 35
Octal 372 25 335 0 134 14 2 464 140 65
Binary 11111010 10101 11011101 0 1011100 1100 10 100110100 1100000 110101

Color Harmonies of #FA15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15DD

Black with #FA15DD

Text Example


Text Example

White with #FA15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15DD; }

 p { color: rgb(250,21,221); }

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

background-color css

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

 a { background-color: rgb(250,21,221); }

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

border-color css

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

 span { border-color: rgb(250,21,221); }

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