Html Css Color HEX #F032FD Magenta

📋 copy color: '#F032FD'

red 240 ◦ green 50 ◦ blue 253

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

Shades of Magenta #F032FD

Tints of Magenta #F032FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.21%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 44.2%
G = 9.21%
B = 46.59%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F032FD (or 0xF032FD) is known color: Magenta. HEX triplet: F0, 32 and FD. RGB value is (240,50,253). Sum of RGB (Red+Green+Blue) = 240+50+253=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 50 (19.92% from 255 or 9.21% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #F032FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032FD is #0FCD02. Grayscale: #818181. Windows color (decimal): -1035523 or 16593648. OLE color: 16593648.

HSL color Cylindrical-coordinate representation of color #F032FD: hue angle of 296.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F032FD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 50 253 -
CMYK 0.05 0.80 0 0.01
HSL 296.16º 0.98% 0.59% -
HSV(B) 296.16º 0.8% 0.99% -
XYZ 54.81 27.9 95.42 -
YUV 129.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 240 50 253 0.05 0.80 0 0.01 296.16 0.98 0.59
Hex F0 32 FD 5 50 0 1 128 62 3B
Octal 360 62 375 5 120 0 1 450 142 73
Binary 11110000 110010 11111101 101 1010000 0 1 100101000 1100010 111011

Color Harmonies of #F032FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F032FD

Black with #F032FD

Text Example


Text Example

White with #F032FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F032FD; }

 p { color: rgb(240,50,253); }

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

background-color css

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

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

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

border-color css

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

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

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