Html Css Color HEX #F002E5 Magenta

📋 copy color: '#F002E5'

red 240 ◦ green 2 ◦ blue 229

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

Shades of Magenta #F002E5

Tints of Magenta #F002E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 50.96%
G = 0.42%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F002E5 (or 0xF002E5) is known color: Magenta. HEX triplet: F0, 02 and E5. RGB value is (240,2,229). Sum of RGB (Red+Green+Blue) = 240+2+229=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F002E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002E5 is #0FFD1A. Grayscale: #626262. Windows color (decimal): -1047835 or 15008496. OLE color: 15008496.

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

Color convert

RGB 240 2 229 -
CMYK 0 0.99 0.05 0.06
HSL 302.77º 0.98% 0.47% -
HSV(B) 302.77º 0.99% 0.94% -
XYZ 50.1 24.23 76.16 -
YUV 99.04 201.35 228.54 -
System Red Green Blue C M Y K H S L
Decimal 240 2 229 0 0.99 0.05 0.06 302.77 0.98 0.47
Hex F0 2 E5 0 63 5 6 12F 62 2F
Octal 360 2 345 0 143 5 6 457 142 57
Binary 11110000 10 11100101 0 1100011 101 110 100101111 1100010 101111

Color Harmonies of #F002E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002E5

Black with #F002E5

Text Example


Text Example

White with #F002E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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