Html Css Color HEX #FA02F0 Magenta

📋 copy color: '#FA02F0'

red 250 ◦ green 2 ◦ blue 240

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

Shades of Magenta #FA02F0

Tints of Magenta #FA02F0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 50.81%
G = 0.41%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA02F0 (or 0xFA02F0) is known color: Magenta. HEX triplet: FA, 02 and F0. RGB value is (250,2,240). Sum of RGB (Red+Green+Blue) = 250+2+240=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 2 (1.17% from 255 or 0.41% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02F0 is #05FD0F. Grayscale: #666666. Windows color (decimal): -392464 or 15729402. OLE color: 15729402.

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

Color convert

RGB 250 2 240 -
CMYK 0 0.99 0.04 0.02
HSL 302.42º 0.98% 0.49% -
HSV(B) 302.42º 0.99% 0.98% -
XYZ 55.17 26.66 84.68 -
YUV 103.28 205.16 232.65 -
System Red Green Blue C M Y K H S L
Decimal 250 2 240 0 0.99 0.04 0.02 302.42 0.98 0.49
Hex FA 2 F0 0 63 4 2 12E 62 31
Octal 372 2 360 0 143 4 2 456 142 61
Binary 11111010 10 11110000 0 1100011 100 10 100101110 1100010 110001

Color Harmonies of #FA02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA02F0

Black with #FA02F0

Text Example


Text Example

White with #FA02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA02F0; }

 p { color: rgb(250,2,240); }

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

background-color css

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

 a { background-color: rgb(250,2,240); }

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

border-color css

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

 span { border-color: rgb(250,2,240); }

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