Html Css Color HEX #FA0FFD Magenta

📋 copy color: '#FA0FFD'

red 250 ◦ green 15 ◦ blue 253

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

Shades of Magenta #FA0FFD

Tints of Magenta #FA0FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 48.26%
G = 2.9%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA0FFD (or 0xFA0FFD) is known color: Magenta. HEX triplet: FA, 0F and FD. RGB value is (250,15,253). Sum of RGB (Red+Green+Blue) = 250+15+253=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 15 (6.25% from 255 or 2.90% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FFD is #05F002. Grayscale: #6F6F6F. Windows color (decimal): -389123 or 16584698. OLE color: 16584698.

HSL color Cylindrical-coordinate representation of color #FA0FFD: hue angle of 299.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FFD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 15 253 -
CMYK 0.01 0.94 0 0.01
HSL 299.24º 0.98% 0.53% -
HSV(B) 299.24º 0.94% 0.99% -
XYZ 57.32 27.76 95.26 -
YUV 112.4 207.36 226.15 -
System Red Green Blue C M Y K H S L
Decimal 250 15 253 0.01 0.94 0 0.01 299.24 0.98 0.53
Hex FA F FD 1 5E 0 1 12B 62 35
Octal 372 17 375 1 136 0 1 453 142 65
Binary 11111010 1111 11111101 1 1011110 0 1 100101011 1100010 110101

Color Harmonies of #FA0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FFD

Black with #FA0FFD

Text Example


Text Example

White with #FA0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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