Html Css Color HEX #FF15F1 Magenta

📋 copy color: '#FF15F1'

red 255 ◦ green 21 ◦ blue 241

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

Shades of Magenta #FF15F1

Tints of Magenta #FF15F1

RGB

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

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

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

R = 49.32%
G = 4.06%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF15F1 (or 0xFF15F1) is known color: Magenta. HEX triplet: FF, 15 and F1. RGB value is (255,21,241). Sum of RGB (Red+Green+Blue) = 255+21+241=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 21 (8.59% from 255 or 4.06% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15F1 is #00EA0E. Grayscale: #737373. Windows color (decimal): -59919 or 15799807. OLE color: 15799807.

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

Color convert

RGB 255 21 241 -
CMYK 0 0.92 0.05 0
HSL 303.59º 1% 0.54% -
HSV(B) 303.59º 0.92% 1% -
XYZ 57.39 28.15 85.63 -
YUV 116.05 198.52 227.11 -
System Red Green Blue C M Y K H S L
Decimal 255 21 241 0 0.92 0.05 0 303.59 1 0.54
Hex FF 15 F1 0 5C 5 0 130 64 36
Octal 377 25 361 0 134 5 0 460 144 66
Binary 11111111 10101 11110001 0 1011100 101 0 100110000 1100100 110110

Color Harmonies of #FF15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF15F1

Black with #FF15F1

Text Example


Text Example

White with #FF15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF15F1; }

 p { color: rgb(255,21,241); }

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

background-color css

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

 a { background-color: rgb(255,21,241); }

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

border-color css

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

 span { border-color: rgb(255,21,241); }

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