Html Css Color HEX #F608FA Magenta

📋 copy color: '#F608FA'

red 246 ◦ green 8 ◦ blue 250

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

Shades of Magenta #F608FA

Tints of Magenta #F608FA

RGB

 RED value IS 246 (96.48% from 255) = 48.81%

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 48.81%
G = 1.59%
B = 49.6%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F608FA (or 0xF608FA) is known color: Magenta. HEX triplet: F6, 08 and FA. RGB value is (246,8,250). Sum of RGB (Red+Green+Blue) = 246+8+250=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 8 (3.52% from 255 or 1.59% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #F608FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F608FA is #09F705. Grayscale: #6A6A6A. Windows color (decimal): -653062 or 16386294. OLE color: 16386294.

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

Color convert

RGB 246 8 250 -
CMYK 0.02 0.97 0 0.02
HSL 299.01º 0.96% 0.51% -
HSV(B) 299.01º 0.97% 0.98% -
XYZ 55.35 26.67 92.67 -
YUV 106.75 208.85 227.32 -
System Red Green Blue C M Y K H S L
Decimal 246 8 250 0.02 0.97 0 0.02 299.01 0.96 0.51
Hex F6 8 FA 2 61 0 2 12B 60 33
Octal 366 10 372 2 141 0 2 453 140 63
Binary 11110110 1000 11111010 10 1100001 0 10 100101011 1100000 110011

Color Harmonies of #F608FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F608FA

Black with #F608FA

Text Example


Text Example

White with #F608FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F608FA; }

 p { color: rgb(246,8,250); }

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

background-color css

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

 a { background-color: rgb(246,8,250); }

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

border-color css

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

 span { border-color: rgb(246,8,250); }

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