Html Css Color HEX #F915FF Magenta

📋 copy color: '#F915FF'

red 249 ◦ green 21 ◦ blue 255

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

Shades of Magenta #F915FF

Tints of Magenta #F915FF

RGB

 RED value IS 249 (97.66% from 255) = 47.43%

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 47.43%
G = 4%
B = 48.57%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F915FF (or 0xF915FF) is known color: Magenta. HEX triplet: F9, 15 and FF. RGB value is (249,21,255). Sum of RGB (Red+Green+Blue) = 249+21+255=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 21 (8.59% from 255 or 4% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F915FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F915FF is #06EA00. Grayscale: #737373. Windows color (decimal): -453121 or 16717305. OLE color: 16717305.

HSL color Cylindrical-coordinate representation of color #F915FF: hue angle of 298.46º 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 #F915FF is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 21 255 -
CMYK 0.02 0.92 0 0
HSL 298.46º 1% 0.54% -
HSV(B) 298.46º 0.92% 1% -
XYZ 57.39 27.9 96.97 -
YUV 115.85 206.54 222.97 -
System Red Green Blue C M Y K H S L
Decimal 249 21 255 0.02 0.92 0 0 298.46 1 0.54
Hex F9 15 FF 2 5C 0 0 12A 64 36
Octal 371 25 377 2 134 0 0 452 144 66
Binary 11111001 10101 11111111 10 1011100 0 0 100101010 1100100 110110

Color Harmonies of #F915FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915FF

Black with #F915FF

Text Example


Text Example

White with #F915FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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