Html Css Color HEX #F008F7 Magenta

📋 copy color: '#F008F7'

red 240 ◦ green 8 ◦ blue 247

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

Shades of Magenta #F008F7

Tints of Magenta #F008F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 48.48%
G = 1.62%
B = 49.9%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F008F7 (or 0xF008F7) is known color: Magenta. HEX triplet: F0, 08 and F7. RGB value is (240,8,247). Sum of RGB (Red+Green+Blue) = 240+8+247=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #F008F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F008F7 is #0FF708. Grayscale: #676767. Windows color (decimal): -1046281 or 16189680. OLE color: 16189680.

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

Color convert

RGB 240 8 247 -
CMYK 0.03 0.97 0 0.03
HSL 298.24º 0.94% 0.5% -
HSV(B) 298.24º 0.97% 0.97% -
XYZ 52.81 25.41 90.12 -
YUV 104.61 208.36 224.57 -
System Red Green Blue C M Y K H S L
Decimal 240 8 247 0.03 0.97 0 0.03 298.24 0.94 0.5
Hex F0 8 F7 3 61 0 3 12A 5E 32
Octal 360 10 367 3 141 0 3 452 136 62
Binary 11110000 1000 11110111 11 1100001 0 11 100101010 1011110 110010

Color Harmonies of #F008F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008F7

Black with #F008F7

Text Example


Text Example

White with #F008F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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