Html Css Color HEX #F006F8 Magenta

📋 copy color: '#F006F8'

red 240 ◦ green 6 ◦ blue 248

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

Shades of Magenta #F006F8

Tints of Magenta #F006F8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

 BLUE value IS 248 (97.27% from 255) = 50.2%

R = 48.58%
G = 1.21%
B = 50.2%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F006F8 (or 0xF006F8) is known color: Magenta. HEX triplet: F0, 06 and F8. RGB value is (240,6,248). Sum of RGB (Red+Green+Blue) = 240+6+248=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #F006F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006F8 is #0FF907. Grayscale: #666666. Windows color (decimal): -1046792 or 16254704. OLE color: 16254704.

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

Color convert

RGB 240 6 248 -
CMYK 0.03 0.98 0 0.03
HSL 298.02º 0.95% 0.5% -
HSV(B) 298.02º 0.98% 0.97% -
XYZ 52.94 25.43 90.93 -
YUV 103.55 209.52 225.32 -
System Red Green Blue C M Y K H S L
Decimal 240 6 248 0.03 0.98 0 0.03 298.02 0.95 0.5
Hex F0 6 F8 3 62 0 3 12A 5F 32
Octal 360 6 370 3 142 0 3 452 137 62
Binary 11110000 110 11111000 11 1100010 0 11 100101010 1011111 110010

Color Harmonies of #F006F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006F8

Black with #F006F8

Text Example


Text Example

White with #F006F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006F8; }

 p { color: rgb(240,6,248); }

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

background-color css

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

 a { background-color: rgb(240,6,248); }

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

border-color css

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

 span { border-color: rgb(240,6,248); }

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