Html Css Color HEX #FF0FFD Magenta

📋 copy color: '#FF0FFD'

red 255 ◦ green 15 ◦ blue 253

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

Shades of Magenta #FF0FFD

Tints of Magenta #FF0FFD

RGB

 RED value IS 255 (100% from 255) = 48.76%

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

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

R = 48.76%
G = 2.87%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF0FFD (or 0xFF0FFD) is known color: Magenta. HEX triplet: FF, 0F and FD. RGB value is (255,15,253). Sum of RGB (Red+Green+Blue) = 255+15+253=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 15 (6.25% from 255 or 2.87% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FFD is #00F002. Grayscale: #717171. Windows color (decimal): -61443 or 16584703. OLE color: 16584703.

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

Color convert

RGB 255 15 253 -
CMYK 0 0.94 0.01 0
HSL 300.5º 1% 0.53% -
HSV(B) 300.5º 0.94% 1% -
XYZ 59.14 28.69 95.35 -
YUV 113.89 206.51 228.65 -
System Red Green Blue C M Y K H S L
Decimal 255 15 253 0 0.94 0.01 0 300.5 1 0.53
Hex FF F FD 0 5E 1 0 12C 64 35
Octal 377 17 375 0 136 1 0 454 144 65
Binary 11111111 1111 11111101 0 1011110 1 0 100101100 1100100 110101

Color Harmonies of #FF0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FFD

Black with #FF0FFD

Text Example


Text Example

White with #FF0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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