Html Css Color HEX #FA0FD1 Hot Magenta

📋 copy color: '#FA0FD1'

red 250 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #FA0FD1

Tints of Hot Magenta #FA0FD1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.16%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 52.74%
G = 3.16%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA0FD1 (or 0xFA0FD1) is known color: Hot Magenta. HEX triplet: FA, 0F and D1. RGB value is (250,15,209). Sum of RGB (Red+Green+Blue) = 250+15+209=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FD1 is #05F02E. Grayscale: #6A6A6A. Windows color (decimal): -389167 or 13701114. OLE color: 13701114.

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

Color convert

RGB 250 15 209 -
CMYK 0 0.94 0.16 0.02
HSL 310.47º 0.96% 0.52% -
HSV(B) 310.47º 0.94% 0.98% -
XYZ 51.1 25.27 62.51 -
YUV 107.38 185.36 229.73 -
System Red Green Blue C M Y K H S L
Decimal 250 15 209 0 0.94 0.16 0.02 310.47 0.96 0.52
Hex FA F D1 0 5E 10 2 136 60 34
Octal 372 17 321 0 136 20 2 466 140 64
Binary 11111010 1111 11010001 0 1011110 10000 10 100110110 1100000 110100

Color Harmonies of #FA0FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FD1

Black with #FA0FD1

Text Example


Text Example

White with #FA0FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FD1; }

 p { color: rgb(250,15,209); }

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

background-color css

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

 a { background-color: rgb(250,15,209); }

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

border-color css

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

 span { border-color: rgb(250,15,209); }

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