Html Css Color HEX #F010FD Magenta

📋 copy color: '#F010FD'

red 240 ◦ green 16 ◦ blue 253

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

Shades of Magenta #F010FD

Tints of Magenta #F010FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.14%

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

R = 47.15%
G = 3.14%
B = 49.71%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F010FD (or 0xF010FD) is known color: Magenta. HEX triplet: F0, 10 and FD. RGB value is (240,16,253). Sum of RGB (Red+Green+Blue) = 240+16+253=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 16 (6.64% from 255 or 3.14% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #F010FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010FD is #0FEF02. Grayscale: #6D6D6D. Windows color (decimal): -1044227 or 16584944. OLE color: 16584944.

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

Color convert

RGB 240 16 253 -
CMYK 0.05 0.94 0 0.01
HSL 296.71º 0.98% 0.53% -
HSV(B) 296.71º 0.94% 0.99% -
XYZ 53.85 25.99 95.11 -
YUV 109.99 208.71 220.73 -
System Red Green Blue C M Y K H S L
Decimal 240 16 253 0.05 0.94 0 0.01 296.71 0.98 0.53
Hex F0 10 FD 5 5E 0 1 129 62 35
Octal 360 20 375 5 136 0 1 451 142 65
Binary 11110000 10000 11111101 101 1011110 0 1 100101001 1100010 110101

Color Harmonies of #F010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010FD

Black with #F010FD

Text Example


Text Example

White with #F010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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