Html Css Color HEX #FA0CF4 Magenta

📋 copy color: '#FA0CF4'

red 250 ◦ green 12 ◦ blue 244

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

Shades of Magenta #FA0CF4

Tints of Magenta #FA0CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.22%

R = 49.41%
G = 2.37%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA0CF4 (or 0xFA0CF4) is known color: Magenta. HEX triplet: FA, 0C and F4. RGB value is (250,12,244). Sum of RGB (Red+Green+Blue) = 250+12+244=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CF4 is #05F30B. Grayscale: #6C6C6C. Windows color (decimal): -389900 or 15994106. OLE color: 15994106.

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

Color convert

RGB 250 12 244 -
CMYK 0 0.95 0.02 0.02
HSL 301.51º 0.96% 0.51% -
HSV(B) 301.51º 0.95% 0.98% -
XYZ 55.88 27.12 87.88 -
YUV 109.61 203.85 228.14 -
System Red Green Blue C M Y K H S L
Decimal 250 12 244 0 0.95 0.02 0.02 301.51 0.96 0.51
Hex FA C F4 0 5F 2 2 12E 60 33
Octal 372 14 364 0 137 2 2 456 140 63
Binary 11111010 1100 11110100 0 1011111 10 10 100101110 1100000 110011

Color Harmonies of #FA0CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CF4

Black with #FA0CF4

Text Example


Text Example

White with #FA0CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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