Html Css Color HEX #F830FB Magenta

📋 copy color: '#F830FB'

red 248 ◦ green 48 ◦ blue 251

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

Shades of Magenta #F830FB

Tints of Magenta #F830FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 45.34%
G = 8.78%
B = 45.89%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F830FB (or 0xF830FB) is known color: Magenta. HEX triplet: F8, 30 and FB. RGB value is (248,48,251). Sum of RGB (Red+Green+Blue) = 248+48+251=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 48 (19.14% from 255 or 8.78% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #F830FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830FB is #07CF04. Grayscale: #828282. Windows color (decimal): -511749 or 16462072. OLE color: 16462072.

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

Color convert

RGB 248 48 251 -
CMYK 0.01 0.81 0 0.02
HSL 299.11º 0.96% 0.59% -
HSV(B) 299.11º 0.81% 0.98% -
XYZ 57.18 29.04 93.86 -
YUV 130.94 195.76 211.49 -
System Red Green Blue C M Y K H S L
Decimal 248 48 251 0.01 0.81 0 0.02 299.11 0.96 0.59
Hex F8 30 FB 1 51 0 2 12B 60 3B
Octal 370 60 373 1 121 0 2 453 140 73
Binary 11111000 110000 11111011 1 1010001 0 10 100101011 1100000 111011

Color Harmonies of #F830FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830FB

Black with #F830FB

Text Example


Text Example

White with #F830FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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