Html Css Color HEX #F004FF Magenta

📋 copy color: '#F004FF'

red 240 ◦ green 4 ◦ blue 255

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

Shades of Magenta #F004FF

Tints of Magenta #F004FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.8%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 48.1%
G = 0.8%
B = 51.1%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F004FF (or 0xF004FF) is known color: Magenta. HEX triplet: F0, 04 and FF. RGB value is (240,4,255). Sum of RGB (Red+Green+Blue) = 240+4+255=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 4 (1.95% from 255 or 0.80% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #F004FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F004FF is #0FFB00. Grayscale: #666666. Windows color (decimal): -1047297 or 16712944. OLE color: 16712944.

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

Color convert

RGB 240 4 255 -
CMYK 0.06 0.98 0 0
HSL 296.41º 1% 0.51% -
HSV(B) 296.41º 0.98% 1% -
XYZ 54.03 25.83 96.75 -
YUV 103.18 213.69 225.59 -
System Red Green Blue C M Y K H S L
Decimal 240 4 255 0.06 0.98 0 0 296.41 1 0.51
Hex F0 4 FF 6 62 0 0 128 64 33
Octal 360 4 377 6 142 0 0 450 144 63
Binary 11110000 100 11111111 110 1100010 0 0 100101000 1100100 110011

Color Harmonies of #F004FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004FF

Black with #F004FF

Text Example


Text Example

White with #F004FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004FF; }

 p { color: rgb(240,4,255); }

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

background-color css

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

 a { background-color: rgb(240,4,255); }

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

border-color css

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

 span { border-color: rgb(240,4,255); }

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