Html Css Color HEX #F505F8 Magenta

📋 copy color: '#F505F8'

red 245 ◦ green 5 ◦ blue 248

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

Shades of Magenta #F505F8

Tints of Magenta #F505F8

RGB

 RED value IS 245 (96.09% from 255) = 49.2%

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

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 49.2%
G = 1%
B = 49.8%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F505F8 (or 0xF505F8) is known color: Magenta. HEX triplet: F5, 05 and F8. RGB value is (245,5,248). Sum of RGB (Red+Green+Blue) = 245+5+248=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 5 (2.34% from 255 or 1.00% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #F505F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505F8 is #0AFA07. Grayscale: #676767. Windows color (decimal): -719368 or 16254453. OLE color: 16254453.

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

Color convert

RGB 245 5 248 -
CMYK 0.01 0.98 0 0.03
HSL 299.26º 0.96% 0.5% -
HSV(B) 299.26º 0.98% 0.97% -
XYZ 54.65 26.3 91 -
YUV 104.46 209.01 228.24 -
System Red Green Blue C M Y K H S L
Decimal 245 5 248 0.01 0.98 0 0.03 299.26 0.96 0.5
Hex F5 5 F8 1 62 0 3 12B 60 32
Octal 365 5 370 1 142 0 3 453 140 62
Binary 11110101 101 11111000 1 1100010 0 11 100101011 1100000 110010

Color Harmonies of #F505F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505F8

Black with #F505F8

Text Example


Text Example

White with #F505F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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