Html Css Color HEX #FA04FC Magenta

📋 copy color: '#FA04FC'

red 250 ◦ green 4 ◦ blue 252

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

Shades of Magenta #FA04FC

Tints of Magenta #FA04FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.79%

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

R = 49.41%
G = 0.79%
B = 49.8%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA04FC (or 0xFA04FC) is known color: Magenta. HEX triplet: FA, 04 and FC. RGB value is (250,4,252). Sum of RGB (Red+Green+Blue) = 250+4+252=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 4 (1.95% from 255 or 0.79% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04FC is #05FB03. Grayscale: #696969. Windows color (decimal): -391940 or 16516346. OLE color: 16516346.

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

Color convert

RGB 250 4 252 -
CMYK 0.01 0.98 0 0.01
HSL 299.52º 0.98% 0.5% -
HSV(B) 299.52º 0.98% 0.99% -
XYZ 57.04 27.44 94.39 -
YUV 105.83 210.5 230.83 -
System Red Green Blue C M Y K H S L
Decimal 250 4 252 0.01 0.98 0 0.01 299.52 0.98 0.5
Hex FA 4 FC 1 62 0 1 12C 62 32
Octal 372 4 374 1 142 0 1 454 142 62
Binary 11111010 100 11111100 1 1100010 0 1 100101100 1100010 110010

Color Harmonies of #FA04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04FC

Black with #FA04FC

Text Example


Text Example

White with #FA04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04FC; }

 p { color: rgb(250,4,252); }

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

background-color css

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

 a { background-color: rgb(250,4,252); }

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

border-color css

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

 span { border-color: rgb(250,4,252); }

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