Html Css Color HEX #F830FF Magenta

📋 copy color: '#F830FF'

red 248 ◦ green 48 ◦ blue 255

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

Shades of Magenta #F830FF

Tints of Magenta #F830FF

RGB

 RED value IS 248 (97.27% from 255) = 45.01%

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

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

R = 45.01%
G = 8.71%
B = 46.28%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F830FF (or 0xF830FF) is known color: Magenta. HEX triplet: F8, 30 and FF. RGB value is (248,48,255). Sum of RGB (Red+Green+Blue) = 248+48+255=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 48 (19.14% from 255 or 8.71% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F830FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830FF is #07CF00. Grayscale: #828282. Windows color (decimal): -511745 or 16724216. OLE color: 16724216.

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

Color convert

RGB 248 48 255 -
CMYK 0.03 0.81 0 0
HSL 297.97º 1% 0.59% -
HSV(B) 297.97º 0.81% 1% -
XYZ 57.82 29.29 97.21 -
YUV 131.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 248 48 255 0.03 0.81 0 0 297.97 1 0.59
Hex F8 30 FF 3 51 0 0 12A 64 3B
Octal 370 60 377 3 121 0 0 452 144 73
Binary 11111000 110000 11111111 11 1010001 0 0 100101010 1100100 111011

Color Harmonies of #F830FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830FF

Black with #F830FF

Text Example


Text Example

White with #F830FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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