Html Css Color HEX #F005FD Magenta

📋 copy color: '#F005FD'

red 240 ◦ green 5 ◦ blue 253

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

Shades of Magenta #F005FD

Tints of Magenta #F005FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1%

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

R = 48.19%
G = 1%
B = 50.8%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F005FD (or 0xF005FD) is known color: Magenta. HEX triplet: F0, 05 and FD. RGB value is (240,5,253). Sum of RGB (Red+Green+Blue) = 240+5+253=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 5 (2.34% from 255 or 1.00% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #F005FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005FD is #0FFA02. Grayscale: #666666. Windows color (decimal): -1047043 or 16582128. OLE color: 16582128.

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

Color convert

RGB 240 5 253 -
CMYK 0.05 0.98 0 0.01
HSL 296.85º 0.98% 0.51% -
HSV(B) 296.85º 0.98% 0.99% -
XYZ 53.72 25.73 95.06 -
YUV 103.54 212.36 225.33 -
System Red Green Blue C M Y K H S L
Decimal 240 5 253 0.05 0.98 0 0.01 296.85 0.98 0.51
Hex F0 5 FD 5 62 0 1 129 62 33
Octal 360 5 375 5 142 0 1 451 142 63
Binary 11110000 101 11111101 101 1100010 0 1 100101001 1100010 110011

Color Harmonies of #F005FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005FD

Black with #F005FD

Text Example


Text Example

White with #F005FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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