Html Css Color HEX #F605FF Magenta

📋 copy color: '#F605FF'

red 246 ◦ green 5 ◦ blue 255

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

Shades of Magenta #F605FF

Tints of Magenta #F605FF

RGB

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

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

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

R = 48.62%
G = 0.99%
B = 50.4%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F605FF (or 0xF605FF) is known color: Magenta. HEX triplet: F6, 05 and FF. RGB value is (246,5,255). Sum of RGB (Red+Green+Blue) = 246+5+255=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 5 (2.34% from 255 or 0.99% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #F605FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605FF is #09FA00. Grayscale: #686868. Windows color (decimal): -653825 or 16713206. OLE color: 16713206.

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

Color convert

RGB 246 5 255 -
CMYK 0.04 0.98 0 0
HSL 297.84º 1% 0.51% -
HSV(B) 297.84º 0.98% 1% -
XYZ 56.11 26.92 96.85 -
YUV 105.56 212.34 228.17 -
System Red Green Blue C M Y K H S L
Decimal 246 5 255 0.04 0.98 0 0 297.84 1 0.51
Hex F6 5 FF 4 62 0 0 12A 64 33
Octal 366 5 377 4 142 0 0 452 144 63
Binary 11110110 101 11111111 100 1100010 0 0 100101010 1100100 110011

Color Harmonies of #F605FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605FF

Black with #F605FF

Text Example


Text Example

White with #F605FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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