Html Css Color HEX #F002FA Magenta

📋 copy color: '#F002FA'

red 240 ◦ green 2 ◦ blue 250

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

Shades of Magenta #F002FA

Tints of Magenta #F002FA

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 240 2 250 -
CMYK 0.04 0.99 0 0.02
HSL 297.58º 0.98% 0.49% -
HSV(B) 297.58º 0.99% 0.98% -
XYZ 53.21 25.47 92.55 -
YUV 101.43 211.85 226.83 -
System Red Green Blue C M Y K H S L
Decimal 240 2 250 0.04 0.99 0 0.02 297.58 0.98 0.49
Hex F0 2 FA 4 63 0 2 12A 62 31
Octal 360 2 372 4 143 0 2 452 142 61
Binary 11110000 10 11111010 100 1100011 0 10 100101010 1100010 110001

Color Harmonies of #F002FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002FA

Black with #F002FA

Text Example


Text Example

White with #F002FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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