Html Css Color HEX #F605F9 Magenta

📋 copy color: '#F605F9'

red 246 ◦ green 5 ◦ blue 249

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

Shades of Magenta #F605F9

Tints of Magenta #F605F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 49.2%
G = 1%
B = 49.8%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F605F9 (or 0xF605F9) is known color: Magenta. HEX triplet: F6, 05 and F9. RGB value is (246,5,249). Sum of RGB (Red+Green+Blue) = 246+5+249=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 5 (2.34% from 255 or 1% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #F605F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605F9 is #09FA06. Grayscale: #686868. Windows color (decimal): -653831 or 16319990. OLE color: 16319990.

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

Color convert

RGB 246 5 249 -
CMYK 0.01 0.98 0 0.02
HSL 299.26º 0.96% 0.5% -
HSV(B) 299.26º 0.98% 0.98% -
XYZ 55.16 26.54 91.84 -
YUV 104.88 209.34 228.66 -
System Red Green Blue C M Y K H S L
Decimal 246 5 249 0.01 0.98 0 0.02 299.26 0.96 0.5
Hex F6 5 F9 1 62 0 2 12B 60 32
Octal 366 5 371 1 142 0 2 453 140 62
Binary 11110110 101 11111001 1 1100010 0 10 100101011 1100000 110010

Color Harmonies of #F605F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605F9

Black with #F605F9

Text Example


Text Example

White with #F605F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605F9; }

 p { color: rgb(246,5,249); }

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

background-color css

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

 a { background-color: rgb(246,5,249); }

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

border-color css

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

 span { border-color: rgb(246,5,249); }

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