Html Css Color HEX #F50CFA Magenta

📋 copy color: '#F50CFA'

red 245 ◦ green 12 ◦ blue 250

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

Shades of Magenta #F50CFA

Tints of Magenta #F50CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.37%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 48.32%
G = 2.37%
B = 49.31%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F50CFA (or 0xF50CFA) is known color: Magenta. HEX triplet: F5, 0C and FA. RGB value is (245,12,250). Sum of RGB (Red+Green+Blue) = 245+12+250=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 12 (5.08% from 255 or 2.37% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #F50CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CFA is #0AF305. Grayscale: #6C6C6C. Windows color (decimal): -717574 or 16387317. OLE color: 16387317.

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

Color convert

RGB 245 12 250 -
CMYK 0.02 0.95 0 0.02
HSL 298.74º 0.96% 0.51% -
HSV(B) 298.74º 0.95% 0.98% -
XYZ 55.04 26.58 92.67 -
YUV 108.8 207.69 225.15 -
System Red Green Blue C M Y K H S L
Decimal 245 12 250 0.02 0.95 0 0.02 298.74 0.96 0.51
Hex F5 C FA 2 5F 0 2 12B 60 33
Octal 365 14 372 2 137 0 2 453 140 63
Binary 11110101 1100 11111010 10 1011111 0 10 100101011 1100000 110011

Color Harmonies of #F50CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CFA

Black with #F50CFA

Text Example


Text Example

White with #F50CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CFA; }

 p { color: rgb(245,12,250); }

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

background-color css

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

 a { background-color: rgb(245,12,250); }

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

border-color css

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

 span { border-color: rgb(245,12,250); }

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