Html Css Color HEX #F50CFC Magenta

📋 copy color: '#F50CFC'

red 245 ◦ green 12 ◦ blue 252

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

Shades of Magenta #F50CFC

Tints of Magenta #F50CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 48.13%
G = 2.36%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F50CFC (or 0xF50CFC) is known color: Magenta. HEX triplet: F5, 0C and FC. RGB value is (245,12,252). Sum of RGB (Red+Green+Blue) = 245+12+252=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 12 (5.08% from 255 or 2.36% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #F50CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CFC is #0AF303. Grayscale: #6C6C6C. Windows color (decimal): -717572 or 16518389. OLE color: 16518389.

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

Color convert

RGB 245 12 252 -
CMYK 0.03 0.95 0 0.01
HSL 298.25º 0.98% 0.52% -
HSV(B) 298.25º 0.95% 0.99% -
XYZ 55.36 26.7 94.33 -
YUV 109.03 208.69 224.99 -
System Red Green Blue C M Y K H S L
Decimal 245 12 252 0.03 0.95 0 0.01 298.25 0.98 0.52
Hex F5 C FC 3 5F 0 1 12A 62 34
Octal 365 14 374 3 137 0 1 452 142 64
Binary 11110101 1100 11111100 11 1011111 0 1 100101010 1100010 110100

Color Harmonies of #F50CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CFC

Black with #F50CFC

Text Example


Text Example

White with #F50CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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