Html Css Color HEX #F51CFA Magenta

📋 copy color: '#F51CFA'

red 245 ◦ green 28 ◦ blue 250

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

Shades of Magenta #F51CFA

Tints of Magenta #F51CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.35%

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

R = 46.85%
G = 5.35%
B = 47.8%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F51CFA (or 0xF51CFA) is known color: Magenta. HEX triplet: F5, 1C and FA. RGB value is (245,28,250). Sum of RGB (Red+Green+Blue) = 245+28+250=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #F51CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CFA is #0AE305. Grayscale: #757575. Windows color (decimal): -713478 or 16391413. OLE color: 16391413.

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

Color convert

RGB 245 28 250 -
CMYK 0.02 0.89 0 0.02
HSL 298.65º 0.96% 0.55% -
HSV(B) 298.65º 0.89% 0.98% -
XYZ 55.33 27.15 92.77 -
YUV 118.19 202.39 218.45 -
System Red Green Blue C M Y K H S L
Decimal 245 28 250 0.02 0.89 0 0.02 298.65 0.96 0.55
Hex F5 1C FA 2 59 0 2 12B 60 37
Octal 365 34 372 2 131 0 2 453 140 67
Binary 11110101 11100 11111010 10 1011001 0 10 100101011 1100000 110111

Color Harmonies of #F51CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CFA

Black with #F51CFA

Text Example


Text Example

White with #F51CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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