Html Css Color HEX #F829FD Magenta

📋 copy color: '#F829FD'

red 248 ◦ green 41 ◦ blue 253

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

Shades of Magenta #F829FD

Tints of Magenta #F829FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.56%

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 45.76%
G = 7.56%
B = 46.68%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F829FD (or 0xF829FD) is known color: Magenta. HEX triplet: F8, 29 and FD. RGB value is (248,41,253). Sum of RGB (Red+Green+Blue) = 248+41+253=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 41 (16.41% from 255 or 7.56% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #F829FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829FD is #07D602. Grayscale: #7E7E7E. Windows color (decimal): -513539 or 16591352. OLE color: 16591352.

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

Color convert

RGB 248 41 253 -
CMYK 0.02 0.84 0 0.01
HSL 298.58º 0.98% 0.58% -
HSV(B) 298.58º 0.84% 0.99% -
XYZ 57.23 28.63 95.44 -
YUV 127.06 199.08 214.26 -
System Red Green Blue C M Y K H S L
Decimal 248 41 253 0.02 0.84 0 0.01 298.58 0.98 0.58
Hex F8 29 FD 2 54 0 1 12B 62 3A
Octal 370 51 375 2 124 0 1 453 142 72
Binary 11111000 101001 11111101 10 1010100 0 1 100101011 1100010 111010

Color Harmonies of #F829FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829FD

Black with #F829FD

Text Example


Text Example

White with #F829FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829FD; }

 p { color: rgb(248,41,253); }

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

background-color css

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

 a { background-color: rgb(248,41,253); }

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

border-color css

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

 span { border-color: rgb(248,41,253); }

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