Html Css Color HEX #FD0AF1 Magenta

📋 copy color: '#FD0AF1'

red 253 ◦ green 10 ◦ blue 241

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

Shades of Magenta #FD0AF1

Tints of Magenta #FD0AF1

RGB

 RED value IS 253 (99.22% from 255) = 50.2%

 GREEN value IS 10 (4.3% from 255) = 1.98%

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 50.2%
G = 1.98%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD0AF1 (or 0xFD0AF1) is known color: Magenta. HEX triplet: FD, 0A and F1. RGB value is (253,10,241). Sum of RGB (Red+Green+Blue) = 253+10+241=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0AF1 is #02F50E. Grayscale: #6C6C6C. Windows color (decimal): -193807 or 15796989. OLE color: 15796989.

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

Color convert

RGB 253 10 241 -
CMYK 0 0.96 0.05 0.01
HSL 302.96º 0.98% 0.52% -
HSV(B) 302.96º 0.96% 0.99% -
XYZ 56.49 27.45 85.54 -
YUV 108.99 202.51 230.72 -
System Red Green Blue C M Y K H S L
Decimal 253 10 241 0 0.96 0.05 0.01 302.96 0.98 0.52
Hex FD A F1 0 60 5 1 12F 62 34
Octal 375 12 361 0 140 5 1 457 142 64
Binary 11111101 1010 11110001 0 1100000 101 1 100101111 1100010 110100

Color Harmonies of #FD0AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0AF1

Black with #FD0AF1

Text Example


Text Example

White with #FD0AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0AF1; }

 p { color: rgb(253,10,241); }

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

background-color css

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

 a { background-color: rgb(253,10,241); }

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

border-color css

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

 span { border-color: rgb(253,10,241); }

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