Html Css Color HEX #F029F5 Magenta

📋 copy color: '#F029F5'

red 240 ◦ green 41 ◦ blue 245

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

Shades of Magenta #F029F5

Tints of Magenta #F029F5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.79%

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 45.63%
G = 7.79%
B = 46.58%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F029F5 (or 0xF029F5) is known color: Magenta. HEX triplet: F0, 29 and F5. RGB value is (240,41,245). Sum of RGB (Red+Green+Blue) = 240+41+245=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 41 (16.41% from 255 or 7.79% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #F029F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F029F5 is #0FD60A. Grayscale: #7B7B7B. Windows color (decimal): -1037835 or 16067056. OLE color: 16067056.

HSL color Cylindrical-coordinate representation of color #F029F5: hue angle of 298.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F029F5 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 41 245 -
CMYK 0.02 0.83 0 0.04
HSL 298.53º 0.91% 0.56% -
HSV(B) 298.53º 0.83% 0.96% -
XYZ 53.21 26.7 88.74 -
YUV 123.76 196.43 210.91 -
System Red Green Blue C M Y K H S L
Decimal 240 41 245 0.02 0.83 0 0.04 298.53 0.91 0.56
Hex F0 29 F5 2 53 0 4 12B 5B 38
Octal 360 51 365 2 123 0 4 453 133 70
Binary 11110000 101001 11110101 10 1010011 0 100 100101011 1011011 111000

Color Harmonies of #F029F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029F5

Black with #F029F5

Text Example


Text Example

White with #F029F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029F5; }

 p { color: rgb(240,41,245); }

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

background-color css

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

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

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

border-color css

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

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

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