Html Css Color HEX #F002F0 Magenta

📋 copy color: '#F002F0'

red 240 ◦ green 2 ◦ blue 240

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

Shades of Magenta #F002F0

Tints of Magenta #F002F0

RGB

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

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

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

R = 49.79%
G = 0.41%
B = 49.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F002F0 (or 0xF002F0) is known color: Magenta. HEX triplet: F0, 02 and F0. RGB value is (240,2,240). Sum of RGB (Red+Green+Blue) = 240+2+240=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F002F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002F0 is #0FFD0F. Grayscale: #636363. Windows color (decimal): -1047824 or 15729392. OLE color: 15729392.

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

Color convert

RGB 240 2 240 -
CMYK 0 0.99 0 0.06
HSL 300º 0.98% 0.47% -
HSV(B) 300º 0.99% 0.94% -
XYZ 51.69 24.86 84.51 -
YUV 100.29 206.85 227.65 -
System Red Green Blue C M Y K H S L
Decimal 240 2 240 0 0.99 0 0.06 300 0.98 0.47
Hex F0 2 F0 0 63 0 6 12C 62 2F
Octal 360 2 360 0 143 0 6 454 142 57
Binary 11110000 10 11110000 0 1100011 0 110 100101100 1100010 101111

Color Harmonies of #F002F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002F0

Black with #F002F0

Text Example


Text Example

White with #F002F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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