Html Css Color HEX #F930FF Magenta

📋 copy color: '#F930FF'

red 249 ◦ green 48 ◦ blue 255

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

Shades of Magenta #F930FF

Tints of Magenta #F930FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.7%

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

R = 45.11%
G = 8.7%
B = 46.2%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F930FF (or 0xF930FF) is known color: Magenta. HEX triplet: F9, 30 and FF. RGB value is (249,48,255). Sum of RGB (Red+Green+Blue) = 249+48+255=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 48 (19.14% from 255 or 8.70% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F930FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F930FF is #06CF00. Grayscale: #838383. Windows color (decimal): -446209 or 16724217. OLE color: 16724217.

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

Color convert

RGB 249 48 255 -
CMYK 0.02 0.81 0 0
HSL 298.26º 1% 0.59% -
HSV(B) 298.26º 0.81% 1% -
XYZ 58.17 29.47 97.23 -
YUV 131.7 197.59 211.67 -
System Red Green Blue C M Y K H S L
Decimal 249 48 255 0.02 0.81 0 0 298.26 1 0.59
Hex F9 30 FF 2 51 0 0 12A 64 3B
Octal 371 60 377 2 121 0 0 452 144 73
Binary 11111001 110000 11111111 10 1010001 0 0 100101010 1100100 111011

Color Harmonies of #F930FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F930FF

Black with #F930FF

Text Example


Text Example

White with #F930FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F930FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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