Html Css Color HEX #FA1CED Magenta

📋 copy color: '#FA1CED'

red 250 ◦ green 28 ◦ blue 237

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

Shades of Magenta #FA1CED

Tints of Magenta #FA1CED

RGB

 RED value IS 250 (98.05% from 255) = 48.54%

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 48.54%
G = 5.44%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA1CED (or 0xFA1CED) is known color: Magenta. HEX triplet: FA, 1C and ED. RGB value is (250,28,237). Sum of RGB (Red+Green+Blue) = 250+28+237=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 28 (11.33% from 255 or 5.44% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CED is #05E312. Grayscale: #757575. Windows color (decimal): -385811 or 15539450. OLE color: 15539450.

HSL color Cylindrical-coordinate representation of color #FA1CED: hue angle of 303.51º 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 #FA1CED is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 28 237 -
CMYK 0 0.89 0.05 0.02
HSL 303.51º 0.96% 0.55% -
HSV(B) 303.51º 0.89% 0.98% -
XYZ 55.13 27.27 82.48 -
YUV 118.2 195.05 222.01 -
System Red Green Blue C M Y K H S L
Decimal 250 28 237 0 0.89 0.05 0.02 303.51 0.96 0.55
Hex FA 1C ED 0 59 5 2 130 60 37
Octal 372 34 355 0 131 5 2 460 140 67
Binary 11111010 11100 11101101 0 1011001 101 10 100110000 1100000 110111

Color Harmonies of #FA1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CED

Black with #FA1CED

Text Example


Text Example

White with #FA1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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