Html Css Color HEX #F805FD Magenta

📋 copy color: '#F805FD'

red 248 ◦ green 5 ◦ blue 253

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

Shades of Magenta #F805FD

Tints of Magenta #F805FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

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

R = 49.01%
G = 0.99%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F805FD (or 0xF805FD) is known color: Magenta. HEX triplet: F8, 05 and FD. RGB value is (248,5,253). Sum of RGB (Red+Green+Blue) = 248+5+253=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 5 (2.34% from 255 or 0.99% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #F805FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805FD is #07FA02. Grayscale: #696969. Windows color (decimal): -522755 or 16582136. OLE color: 16582136.

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

Color convert

RGB 248 5 253 -
CMYK 0.02 0.98 0 0.01
HSL 298.79º 0.98% 0.51% -
HSV(B) 298.79º 0.98% 0.99% -
XYZ 56.5 27.16 95.19 -
YUV 105.93 211.01 229.33 -
System Red Green Blue C M Y K H S L
Decimal 248 5 253 0.02 0.98 0 0.01 298.79 0.98 0.51
Hex F8 5 FD 2 62 0 1 12B 62 33
Octal 370 5 375 2 142 0 1 453 142 63
Binary 11111000 101 11111101 10 1100010 0 1 100101011 1100010 110011

Color Harmonies of #F805FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805FD

Black with #F805FD

Text Example


Text Example

White with #F805FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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