Html Css Color HEX #F008FF Magenta

📋 copy color: '#F008FF'

red 240 ◦ green 8 ◦ blue 255

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

Shades of Magenta #F008FF

Tints of Magenta #F008FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.59%

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

R = 47.71%
G = 1.59%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F008FF (or 0xF008FF) is known color: Magenta. HEX triplet: F0, 08 and FF. RGB value is (240,8,255). Sum of RGB (Red+Green+Blue) = 240+8+255=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 8 (3.52% from 255 or 1.59% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F008FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F008FF is #0FF700. Grayscale: #686868. Windows color (decimal): -1046273 or 16713968. OLE color: 16713968.

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

Color convert

RGB 240 8 255 -
CMYK 0.06 0.97 0 0
HSL 296.36º 1% 0.52% -
HSV(B) 296.36º 0.97% 1% -
XYZ 54.07 25.92 96.76 -
YUV 105.53 212.36 223.92 -
System Red Green Blue C M Y K H S L
Decimal 240 8 255 0.06 0.97 0 0 296.36 1 0.52
Hex F0 8 FF 6 61 0 0 128 64 34
Octal 360 10 377 6 141 0 0 450 144 64
Binary 11110000 1000 11111111 110 1100001 0 0 100101000 1100100 110100

Color Harmonies of #F008FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008FF

Black with #F008FF

Text Example


Text Example

White with #F008FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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